org.multiverse.instrumentation
Annotation Type InstrumentationStamp


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.

Author:
Peter Veentjer

Required Element Summary
 java.lang.String instrumentorName
          The name of the Instrumentor.
 java.lang.String instrumentorVersion
          The version of the Instrumentor.
 

Element Detail

instrumentorName

public abstract java.lang.String instrumentorName
The name of the Instrumentor.

Returns:
the name of the Instrumentor.

instrumentorVersion

public abstract java.lang.String instrumentorVersion
The version of the Instrumentor.

Returns:
the version of the Instrumentor.


Copyright © 2008-2010 Multiverse. All Rights Reserved.