|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=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.
| Required Element Summary | |
|---|---|
Class<? extends Privacy> |
value
|
| Element Detail |
|---|
public abstract Class<? extends Privacy> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||