On 3/7/08, nicolas de loof <[EMAIL PROTECTED]> wrote: > Did you consider to use the aopalliance API ? > I note the Interceptor interface is very similar to aopalliance > MethodInterceptor. >
There's an adapter (http://commons.apache.org/proxy/apidocs/org/apache/commons/proxy/interceptor/MethodInterceptorAdapter.html) in Commons Proxy for the MethodInterceptor interface. I didn't want to introduce a dependency if I didn't have to. So, we created our own interface and provided an adapter. Commons Proxy has no required dependencies other than the JDK itself. All other dependencies are optional. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
