FindBugs™ 1.3.9

edu.umd.cs.findbugs.annotations
Annotation Type CheckReturnValue


@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=CLASS)
public @interface CheckReturnValue

This annotation is used to denote a method whose return value should always be checked when invoking the method. The checker treats this annotation as inherited by overriding methods.


Optional Element Summary
 java.lang.String explanation
          A textual explanation of why the return value should be checked
 Priority priority
           
 

priority

public abstract Priority priority
Default:
edu.umd.cs.findbugs.annotations.Priority.MEDIUM

explanation

public abstract java.lang.String explanation
A textual explanation of why the return value should be checked

Default:
""

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.