Package ratpack.func
Annotation Type Nullable
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,METHOD,FIELD}) public @interface Nullable
Denotes that something may be null.- On a parameter, denotes that it is valid to supply null as the value for the parameter.
- On a method, denotes that the method may return null.
- On a field, denotes that the field value may be null.