Annotation Interface Nullable
@Documented
@Inherited
@TypeQualifierNickname
@Nonnull(when=MAYBE)
@Retention(RUNTIME)
@Target({METHOD,FIELD,PARAMETER,TYPE_USE})
public @interface Nullable
Indicates the return values, parameters and fields are nullable.
- See Also: