|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface InstrumentationStamp
An Annotation Multiverse places on class-files that have been instrumented. This is needed to prevent reinstrumentation or to detect that classes can't be used with this specific instrumentor or version of that instrumentor.
| Required Element Summary | |
|---|---|
String |
instrumentorName
The name of the Instrumentor. |
String |
instrumentorVersion
The version of the Instrumentor. |
| Element Detail |
|---|
public abstract String instrumentorName
public abstract String instrumentorVersion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||