| Package | Description | 
|---|---|
| javassist.util.proxy | Dynamic proxy (similar to  Enhancerof cglib). | 
| Class and Description | 
|---|
| MethodFilter Selector of the methods implemented by a handler. | 
| MethodHandler The interface implemented by the invocation handler of a proxy
 instance. | 
| Proxy The interface implemented by proxy classes. | 
| ProxyFactory Factory of dynamic proxy classes. | 
| ProxyFactory.ClassLoaderProvider A provider of class loaders. | 
| ProxyFactory.UniqueName A unique class name generator. | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.