NonNull
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.ANNOTATION_CLASS]) class NonNull
androidx.annotation.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.
Summary
Public constructors | |
---|---|
<init>() Denotes that a parameter, field or method return value can never be null. |
Public constructors
<init>
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.