Package org.apache.juneau.annotation
Annotation Type 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 Summary
-
Element Details
-
value
Class<? extends Annotation> valueThe annotation group.- Returns:
- The annotation value.
-