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

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.14

Built on May 16 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.