spring-framework / org.springframework.aop.aspectj.annotation / AspectJProxyFactory / <init>

<init>

AspectJProxyFactory()

Create a new AspectJProxyFactory.

AspectJProxyFactory(target: Any)

Create a new AspectJProxyFactory.

Will proxy all interfaces that the given target implements.

Parameters

target - the target object to be proxied

AspectJProxyFactory(vararg interfaces: Class<*>)

Create a new AspectJProxyFactory. No target, only interfaces. Must add interceptors.