Annotation Type VisibleFor


  • @Retention(CLASS)
    @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
    @Documented
    public @interface VisibleFor
    Documents why a class, field or method is visible
    • Required Element Summary

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

      • value

        java.lang.String value