Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » [javadoc | source]
org.springframework.aop
class: TrueMethodMatcher [javadoc | source]
java.lang.Object
   org.springframework.aop.TrueMethodMatcher

All Implemented Interfaces:
    Serializable, MethodMatcher

Canonical MethodMatcher instance that matches all methods.
Field Summary
public static final  TrueMethodMatcher INSTANCE     
Method from org.springframework.aop.TrueMethodMatcher Summary:
isRuntime,   matches,   matches,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.TrueMethodMatcher Detail:
 public boolean isRuntime() 
 public boolean matches(Method method,
    Class targetClass) 
 public boolean matches(Method method,
    Class targetClass,
    Object[] args) 
 public String toString()