org.springframework.aop.config
Class AdviceEntry
java.lang.Object
   org.springframework.aop.config.AdviceEntry
org.springframework.aop.config.AdviceEntry
- All Implemented Interfaces: 
- ParseState.Entry
- public class AdviceEntry 
- extends Object- implements ParseState.Entry
ParseState entry representing an advice element.
- Since:
- 2.0
- Author:
- Mark Fisher
 
 
 
AdviceEntry
public AdviceEntry(String kind)
- Creates a new instance of the AdviceEntryclass.
 
- Parameters:
- kind- the kind of advice represented by this entry (before, after, around, etc.)
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2002-2008 The Spring Framework.