public class TimeClassTransformer extends Object implements ClassTransformer
ClassFileTransformer that dynamically augments classes and methods
annotated with Time annotations in order to register and collect the
method timing information.| Constructor and Description |
|---|
TimeClassTransformer() |
public TimeClassTransformer()
public void transform(String className, javassist.CtClass ctclz) throws Exception
ClassTransformertransform in interface ClassTransformerclassName - the name of the classctclz - the classException - if some error occurs