| if (o instanceof org.jboss.aop.proxy.container.AspectManaged)
| {
| //It is a proxy
| }
| else if (this instanceof org.jboss.aop.Advised)
| {
| //It is woven
| }
| else
| {
| //Plain class
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135687#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...