
android @Nullable annotation
我检查这两个链接,例如
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注释?
解决方法 在项目库中包含Jsr-305jar file.将@nullable与字段一起使用,RoboGuice将停止抱怨null对象. 总结 以上是内存溢出为你收集整理的android @Nullable注释全部内容,希望文章能够帮你解决android @Nullable注释所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)