我想创建
android @Nullable 注解
例如,我检查这两个链接
http://findbugs.sourceforge.net/api/edu/umd/cs/findbugs/annotations/Nullable.html http://code.google.com/p/google-guice/wiki/UseNullable
但在 android 中不起作用,因为 RetentionPolicy,ElementType 无效
如何在 android 中创建 @Nullable 注释?