org.springframework.aop.config
Class AdviceEntry

java.lang.Object
  extended by org.springframework.aop.config.AdviceEntry
All Implemented Interfaces:
ParseState.Entry

public class AdviceEntry
extends java.lang.Object
implements ParseState.Entry

ParseState entry representing an advice element.

Since:
2.0
Author:
Mark Fisher

Field Summary
private  java.lang.String kind
           
 
Constructor Summary
AdviceEntry(java.lang.String kind)
          Creates a new instance of the AdviceEntry class.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

kind

private final java.lang.String kind
Constructor Detail

AdviceEntry

public AdviceEntry(java.lang.String kind)
Creates a new instance of the AdviceEntry class.

Parameters:
kind - the kind of advice represented by this entry (before, after, around, etc.)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object