Is there a common ancestor to just these 4 invocations that i can check to determine if
its a caller pointcut or not?
Or do i have to write the code like:
if(invocation instance of MethodCalledByMethodInvocation | invocation instance of
MethodCalledByConstructor | instance of ConstructorCalledByMethod | instance of
ConstructorCalledByConstructor){
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998110#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...