sugar4j.lang
Annotation Type Nullable


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

If present, the variable, field, parameter or return value of a method may be null.

Version:
$Id: Nullable.java,v 1.5 2008/02/12 00:44:52 krizzdewizz Exp $
Author:
krizzdewizz