Groovy Documentation

org.gradle.api
[Java] Annotation Type Nullable

java.lang.Object
  org.gradle.api.Nullable

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER, ElementType.METHOD, ElementType.FIELD})
public @interface Nullable

Indicates that the value of an element can be null.


Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Gradle API 1.8