|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.definition.attribute.AbstractAdviceAttribute
org.codehaus.aspectwerkz.attribdef.definition.attribute.AroundAttribute
Attribute for the Around Advice construct.
Constructor Summary | |
AroundAttribute(java.lang.String name,
java.lang.String expression)
Create an AroundAdvice attribute. |
Methods inherited from class org.codehaus.aspectwerkz.attribdef.definition.attribute.AbstractAdviceAttribute |
getExpression, getName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AroundAttribute(java.lang.String name, java.lang.String expression)
name
- the name of the adviceexpression
- the pointcut for the advice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |