[jboss-user] [JBoss AOP] - Re: ATOMIC aspect weaving ?
kabir.khan@jboss.com
do-not-reply at jboss.com
Tue Dec 19 10:51:55 EST 2006
You can however include several advices in a binding
| <bind pointcut="all(@Blah)">
| <advice name="a" aspect="A"/>
| <advice name="b" aspect="B"/>
| <advice name="c" aspect="C"/>
| </bind>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995039#3995039
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995039
More information about the jboss-user
mailing list