Package com.sun.istack
Annotation Type Nullable
@Documented
@Retention(CLASS)
@Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
public @interface Nullable
Designates that a field, return value, argument, or a variable may be null.
- Author:
- Kohsuke Kawaguchi