[jboss-user] [JBoss AOP] - Re: ConstructorInvocation and ConstructionInvocation?
kabir.khan@jboss.com
do-not-reply at jboss.com
Mon Aug 7 06:48:28 EDT 2006
Sorry,
I got the pointcuts wrong. They should have been:
Yes, the difference is in the weaving
Code:
excecution(org.blah.Blah->new(int))
becomes a ConstructorInvocation
Code:
construction(org.blah.Blah->new(boolean))
becomes a ConstructionInvocation
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963524#3963524
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963524
More information about the jboss-user
mailing list