Annotation Type CheckReturnValue


  • @Target({CONSTRUCTOR,METHOD,PACKAGE,TYPE})
    @Retention(CLASS)
    public @interface CheckReturnValue
    Findbugs handles any annotation with name "CheckReturnValue" in return value check.
    See Also:
    Findbugs source code