Annotation Interface NonNull


@Target({METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Nonnull @TypeQualifierNickname public @interface NonNull
A common annotation to declare that annotated elements cannot be null.
See Also: