Package com.automic.annotations
Annotation Type Nonnull
-
@Documented @Target(TYPE_USE) @Retention(SOURCE) public @interface Nonnull
Denotes that a type (parameter, field, method return value, ...) can never be null. This is a marker annotation and it has no specific attributes.