Package org.apache.juneau.annotation
Annotation Interface AnnotationGroup
@Documented
@Target(ANNOTATION_TYPE)
@Retention(RUNTIME)
@Inherited
public @interface AnnotationGroup
Applied to annotations that belong to a similar group (e.g. RestOp  and RestGet ).
 
See Also:
- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueClass<? extends Annotation> valueThe annotation group.- Returns:
- The annotation value.
 
 
-