Annotation Interface Nullable


@Target({METHOD,PARAMETER,FIELD}) @Retention(RUNTIME) @Documented @Nonnull(when=MAYBE) @TypeQualifierNickname @Deprecated public @interface Nullable
Deprecated.
Use Nullable instead.
Annotation to declare that a method parameter, return value, or field can be null under some circumstance. Uses JSR-305 meta-annotations to indicate nullability. Overridden methods override should redeclare the annotation unless they behave differently.
Since:
1.0.0