public interface IAnnotationHandlerPreprocessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.objectweb.asm.tree.ClassNode node)
Process a transformer before it is read
You can modify the class transform annotations before parsing |