org.glassfish.gmbal
Annotation Type InheritedAttributes


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface InheritedAttributes

This annotation defines one or more attributes inherited from a superclass. It is simply a way to include multiple InheritedAttribute annotations on a single class.


Required Element Summary
 InheritedAttribute[] value
           
 

Element Detail

value

public abstract InheritedAttribute[] value