edu.rice.cs.cunit.instrumentors
Annotation Type DoNotInstrument


public @interface DoNotInstrument

Annotation for a class signaling that the class should not be instrumented by instrumentors matching the names in the semicolon-separated list class name patterns. By default, the pattern is "***", meaning all classes. The class name patterns are split at the ';' characters and then used as parameters to ClassFileTools.classNameMatches.

Author:
Mathias Ricken

Optional Element Summary
 java.lang.String instrumentors
           
 

instrumentors

public abstract java.lang.String instrumentors
Default:
"***"