org.springframework.aop.config
Class PointcutEntry
java.lang.Object
org.springframework.aop.config.PointcutEntry
- All Implemented Interfaces:
- ParseState.Entry
public class PointcutEntry
- extends Object
- implements ParseState.Entry
ParseState
entry representing a pointcut.
- Since:
- 2.0
- Author:
- Mark Fisher
PointcutEntry
public PointcutEntry(String name)
- Creates a new instance of the
PointcutEntry
class.
- Parameters:
name
- the bean name of the pointcut
toString
public String toString()
- Overrides:
toString
in class Object