|
||||||||||
| 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 | |
|---|---|
java.lang.String |
instrumentorName
The name of the Instrumentor. |
java.lang.String |
instrumentorVersion
The version of the Instrumentor. |
| Element Detail |
|---|
public abstract java.lang.String instrumentorName
public abstract java.lang.String instrumentorVersion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||