|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.config.AdviceEntry
public class AdviceEntry
ParseState
entry representing an advice element.
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 |
---|
private final java.lang.String kind
Constructor Detail |
---|
public AdviceEntry(java.lang.String kind)
AdviceEntry
class.
kind
- the kind of advice represented by this entry (before, after, around, etc.)Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |