Package org.gradle.api
Annotation Type Nullable
-
@Deprecated @Documented @Retention(RUNTIME) @Target({PARAMETER,METHOD,FIELD}) public @interface Nullable
Deprecated.UseNullable
instead.Indicates that the value of an element can be null.
@Deprecated @Documented @Retention(RUNTIME) @Target({PARAMETER,METHOD,FIELD}) public @interface Nullable
Nullable
instead.