Annotation Interface NonNull


@Documented @Retention(CLASS) @Target({METHOD,PARAMETER,FIELD,LOCAL_VARIABLE,ANNOTATION_TYPE,TYPE_PARAMETER,PACKAGE}) @Nonnull @TypeQualifierNickname public @interface NonNull
Denotes that a parameter, field or method return value can never be null.

This is a marker annotation and it has no specific attributes.