com.tc.object.bytecode.hook
Interface ClassPostProcessor
- All Known Subinterfaces:
- ClassProcessor, DSOContext
public interface ClassPostProcessor
Modify class after being loaded
Method Summary |
void |
postProcess(java.lang.Class clazz,
java.lang.ClassLoader caller)
Post-process the class |
postProcess
void postProcess(java.lang.Class clazz,
java.lang.ClassLoader caller)
- Post-process the class
- Parameters:
clazz
- The classcaller
- The classloader loading the class
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.