RoboGuice @Nullable a easy solution
/**
* Created by Administrator on 2014-12-28.
*/
@Retention(RUNTIME)
@Target( { ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
@BindingAnnotation
public @interface Nullable {
}
原创
2014-12-28 11:57:46 ·
394 阅读 ·
0 评论