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

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


@Documented
@Target(value=METHOD)
@Retention(value=CLASS)
public @interface CheckForNull

The annotated method might return null, thus code using it should check for nullity.


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

Built on February 13 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.