@Documented @Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD}) public @interface Nullable
null is an acceptable value for that parameter. It should not be used for parameters of primitive types.
This annotation may be used with the Google Web Toolkit (GWT).