@Documented
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface MethodMonitorGroup
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
java.lang.Class<? extends java.lang.annotation.Annotation>[] |
value
List of MethodMonitorGroups that are subgrops of this one.
|
public abstract java.lang.Class<? extends java.lang.annotation.Annotation>[] value