|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ModuleName
An annotation used to specify the module field for a DTrace probe.
This annotation can be added to a method in a user-defined Provider
specification interface to set the module field that will be used
for the generated DTrace probe associated with that method.
| Required Element Summary | |
|---|---|
java.lang.String |
value
|
| Element Detail |
|---|
public abstract java.lang.String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||