de.unkrig.commons.nullanalysis
Annotation Type Nullable


@Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
@Documented
@Retention(value=CLASS)
public @interface Nullable

Designates that a field, return value, argument, or variable may be null.