Annotation Interface SuppressForbidden


@Retention(CLASS) @Target({CONSTRUCTOR,FIELD,METHOD,TYPE}) public @interface SuppressForbidden
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details