Annotation Type CheckReturnValue


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