Annotation Type SuppressForbidden


  • @Retention(CLASS)
    @Target({CONSTRUCTOR,FIELD,METHOD,TYPE})
    public @interface SuppressForbidden
    This annotation exists to permit suppression in the Forbidden APIs check and also indicate to consumers of these classes that they may need to handle these differently in their production code.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String reason  
    • Element Detail

      • reason

        java.lang.String reason