Package dev.runabout.annotations
Annotation Type Nullable
-
@Documented @Retention(CLASS) @Target({METHOD,FIELD,PARAMETER}) public @interface NullableAn annotation to indicate that a parameter, field, or method return value can be null. All other methods and parameters are intended to be non-null unless otherwise specified.