AspectJProxyFactory()
Create a new AspectJProxyFactory.
AspectJProxyFactory(target: Any)
Create a new AspectJProxyFactory.
Will proxy all interfaces that the given target implements.
target - the target object to be proxied
AspectJProxyFactory(vararg interfaces: Class<*>)
Create a new AspectJProxyFactory. No target, only interfaces. Must add interceptors.