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

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


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

The annotated element must not be null.


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

Built on November 20 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.