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

All Implemented Interfaces:
    Serializable, Pointcut

Canonical Pointcut instance that always matches.
Field Summary
public static final  TruePointcut INSTANCE     
Method from org.springframework.aop.TruePointcut Summary:
getClassFilter,   getMethodMatcher,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.TruePointcut Detail:
 public ClassFilter getClassFilter() 
 public MethodMatcher getMethodMatcher() 
 public String toString()