org.netbeans.api.annotations.common/1 1.5.1

org.netbeans.api.annotations.common
Annotation Type NullAllowed


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

The annotated element might be null, thus code using it should check for nullity.


org.netbeans.api.annotations.common/1 1.5.1

Built on September 19 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.