org.skife.intercept
Interface Signature

All Known Implementing Classes:
ClassSignature, EverythingSignature, NamedSignature, StrictSignature

public interface Signature

This is used to match what should be intercepted. Basically any method call that matches the matches method will be intercepted


Method Summary
 boolean matches(java.lang.reflect.Method m)
          Return true if m should be intercepted, false otherwise
 

Method Detail

matches

public boolean matches(java.lang.reflect.Method m)
Return true if m should be intercepted, false otherwise