|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface MethodMonitorGroup
Meta-annotation used to define annotations that define groups of related classes whose methods should be traced. MethodMonitorGroups may be nested, and MethodMonitorFactory instances that apply to a group apply to all subgroups as well (following the transitive closure of the subgroups).
| Optional Element Summary | |
|---|---|
String |
description
|
Class<? extends Annotation>[] |
value
List of MethodMonitorGroups that are subgrops of this one. |
public abstract Class<? extends Annotation>[] value
public abstract String description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||