| java.lang.Object com.tc.aspectwerkz.proxy.ProxySubclassingCompiler
ProxySubclassingCompiler | public class ProxySubclassingCompiler implements TransformationConstants(Code) | | Compiler for the AspectWerkz proxies.
Creates a subclass of the target class and adds delegate methods to all the non-private and non-final
methods/constructors which delegates to the super class.
The annotations are copied.
author: Alexandre Vasseur author: Jonas BonŽr |
compileProxyFor | public static byte[] compileProxyFor(Class clazz, String proxyClassName)(Code) | | Compiles a new proxy for the class specified.
Parameters: clazz - Parameters: proxyClassName - the byte code |
compileProxyFor | public static byte[] compileProxyFor(ClassLoader loader, String className, String proxyClassName)(Code) | | Compiles a new proxy for the class specified.
Parameters: loader - Parameters: className - Parameters: proxyClassName - the byte code |
|
|