Documentation of 'edu.umd.cs.findbugs.annotations.CheckReturnValue' Java class
CheckReturnValue
edu.umd.cs.findbugs.annotations

Annotation Type CheckReturnValue


  • Deprecated. 
    - use CheckReturnValue instead.

    @Documented
     @Target(value={METHOD,CONSTRUCTOR})
     @Retention(value=CLASS)
     @Deprecated
    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

      Optional Elements 
      Modifier and Type Optional Element and Description
      Confidence confidence
      Deprecated. 
       
      java.lang.String explanation
      Deprecated. 
      A textual explanation of why the return value should be checked
      Priority priority
      Deprecated. 
    • Element Detail

      • priority

        @Deprecated
        public abstract Priority priority
        Deprecated. 
        Default:
        edu.umd.cs.findbugs.annotations.Priority.MEDIUM
      • confidence

        public abstract Confidence confidence
        Deprecated. 
        Default:
        edu.umd.cs.findbugs.annotations.Confidence.MEDIUM
      • explanation

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.