4

我想创建

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 注释?

4

2 回答 2

2

在项目库中包含jsr-305 jar文件。与字段一起使用@nullable,RoboGuice 将停止抱怨空对象。

于 2013-03-04T11:50:52.923 回答
2
于 2014-09-11T12:55:24.370 回答