Annotation Type NullAllowed
@Documented
@Target({FIELD,PARAMETER,LOCAL_VARIABLE})
@Retention(CLASS)
public @interface NullAllowed
The annotated element might be
null
, thus code using it
should check for nullity.