api / org.gradle.api / Nullable

Nullable

@Target([AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.FIELD]) class Nullable

Indicates that the value of an element can be null.

Constructors

<init>

Nullable()

Indicates that the value of an element can be null.