@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface MethodMonitorGroup
| Modifier and Type | Optional Element and Description |
|---|---|
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
Copyright © 2011–2019 Eclipse Foundation. All rights reserved.