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

Package org.netbeans.api.annotations.common

The API containg common annotations (namely for defect detection) to be used across the IDE sources.

See:
          Description

Annotation Types Summary
CheckForNull The annotated method might return null, thus code using it should check for nullity.
CheckReturnValue The return value of annotated element (method) should be checked.
NonNull The annotated element must not be null.
NullAllowed The annotated element might be null, thus code using it should check for nullity.
NullUnknown The annotated element might be null under certain defined circumstances.
SuppressWarnings Supress the warning reported by the code analyzing tool.
 

Package org.netbeans.api.annotations.common Description

The API containg common annotations (namely for defect detection) to be used across the IDE sources.

Annotations are respected (and so annotated elements may be checked) by FindBugs tool.


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

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