Annotation Type Restricted


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Restricted
    Indicator that the given class has distibution restrictions such as associated patents, and therefore must not be included in the release.
    Since:
    0.5.0
    Author:
    Erich Schubert
    • Required Element Summary

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

      • value

        java.lang.String value
        Restriction reason
        Returns:
        reason why this class must not be published