[jboss-user] [JBoss AOP] - Re: Help with pointcut
DerMas
do-not-reply at jboss.com
Wed Dec 3 03:54:27 EST 2008
"kabir.khan at jboss.com" wrote :
| | all(com.gm.tnt..)
| |
| should work, although I think that is aop 2.0.0 only:
| http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/reference/en/html/pointcuts.html#pointcuts-wilcards
|
|
But doesnt the doc say that it wont work?
anonymous wrote : .. Is used to specify any number of parameters in an constructor or method expression. .. following a package-name is used to specify all classes from within a given package but not within sub-packages. e.g org.acme.. matches org.acme.Foo and org.acme.Bar, but it does not match org.acme.sub.SubFoo.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193937#4193937
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193937
More information about the jboss-user
mailing list