org.glassfish.internal.api
Annotation Type Visibility


@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.

Author:
Jerome Dochez

Required Element Summary
 Class<? extends Privacy> value
           
 

Element Detail

value

public abstract Class<? extends Privacy> value


Copyright © 2012 GlassFish Community. All Rights Reserved.