org.gradle.api
Annotation Type Nullable


@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,METHOD,FIELD})
public @interface Nullable

Indicates that the value of an element can be null.