Package com.perfectcorp.annotation
Annotation Type NonNull
-
@Documented @Retention(SOURCE) @Target({METHOD,PARAMETER,FIELD,LOCAL_VARIABLE,ANNOTATION_TYPE,PACKAGE}) public @interface NonNullDenotes that a parameter, field or method return value can never be null.This is a marker annotation and it has no specific attributes.