@ParametersAreNonnullByDefault
@FunctionalInterface
public interface IPostTransformer
| Modifier and Type | Method and Description |
|---|---|
void |
transform(java.lang.String className,
byte[] bytecode)
Handle the name and bytecode of all transformed classes.
|