Annotation Type Visibility


  • @Retention(RUNTIME)
    public @interface Visibility
    Defines a component visibility. Sometimes it is interesting to segragate items of the same kind that are meant to be public or visible to the users. For instance some commands, might be private to glassfish administration.
    Author:
    Jerome Dochez
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Privacy> value