jodd.proxetta
Interface ProxyPointcut

All Known Implementing Classes:
AllGettersPointcut, AllMethodsPointcut, AllSettersPointcut, MethodAnnotationPointcut, ProxyPointcutSupport

public interface ProxyPointcut

Pointcut is a set of points in the application where advice should be applied, i.e. which methods will be wrapped by proxy.


Method Summary
 boolean apply(MethodInfo methodInfo)
          Returns true if method should be wrapped with the proxy.
 

Method Detail

apply

boolean apply(MethodInfo methodInfo)
Returns true if method should be wrapped with the proxy.



Copyright © 2003-2010 Jodd Team