Annotation Type NonNull


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