Annotation Type PublicAPI


  • @Retention(CLASS)
    @Target({METHOD,TYPE})
    public @interface PublicAPI
    used to denote a method is used by an external tool to access bug information. The value is any description about how it is used, but is not required.
    • Required Element Summary

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

      • value

        java.lang.String value