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

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


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

The return value of annotated element (method) should be checked. Consider File.delete() or String.substring(int) as an example of such a method.


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

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