Annotation Type SuppressForbidden


@Retention(CLASS) @Target({METHOD,TYPE,CONSTRUCTOR}) public @interface SuppressForbidden
Marking class for elements to be ignored by the forbidden apis check
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    A reason for suppressing should always be given.
  • Element Details

    • value

      String value
      A reason for suppressing should always be given.
      Default:
      ""