public interface ClassPreProcessor
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Post constructor initialization, usually empty
|
byte[] |
preProcess(java.lang.String className,
byte[] bytes,
java.lang.ClassLoader classLoader)
Weave
|