org.springframework.aop
Class TruePointcut
java.lang.Object
org.springframework.aop.TruePointcut
- All Implemented Interfaces:
- Pointcut, Serializable
- class TruePointcut
- extends Object
- implements Pointcut, Serializable
Canonical Pointcut instance that always matches.
- Author:
- Rod Johnson
Fields inherited from interface org.springframework.aop.Pointcut |
TRUE |
INSTANCE
public static final TruePointcut INSTANCE
getClassFilter
public ClassFilter getClassFilter()
- Specified by:
getClassFilter
in interface Pointcut
getMethodMatcher
public MethodMatcher getMethodMatcher()
- Specified by:
getMethodMatcher
in interface Pointcut
toString
public String toString()
Copyright (C) 2003-2004 The Spring Framework Project.