public interface StartableClassFileTransformer
extends java.lang.instrument.ClassFileTransformer
| Modifier and Type | Method and Description |
|---|---|
void |
start(InstrumentationProxy instrumentation,
boolean isRetransformSupported)
Start method to be called after this transformer is added to
Instrumentation. |
void start(InstrumentationProxy instrumentation, boolean isRetransformSupported)
Instrumentation.