org.skife.intercept.signatures
Class EverythingSignature

java.lang.Object
  |
  +--org.skife.intercept.signatures.EverythingSignature
All Implemented Interfaces:
Signature

public class EverythingSignature
extends java.lang.Object
implements Signature


Constructor Summary
EverythingSignature()
           
 
Method Summary
 boolean matches(java.lang.reflect.Method m)
          Return true if m should be intercepted, false otherwise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EverythingSignature

public EverythingSignature()
Method Detail

matches

public boolean matches(java.lang.reflect.Method m)
Description copied from interface: Signature
Return true if m should be intercepted, false otherwise

Specified by:
matches in interface Signature