Package org.skife.intercept.signatures

Commonly used and sample Signature implementations.

See:
          Description

Class Summary
ClassSignature Matches any method on a class assignable from a specific class.
EverythingSignature  
NamedSignature Matched all calls against a method with a specific name
StrictSignature Matches everything except the int flags.
 

Package org.skife.intercept.signatures Description

Commonly used and sample Signature implementations.