There is not really any out-of-the-box way to do this with JBoss AOP, since 
what you suggest "breaks" how Java should work. You could maybe access the 
private members by reflection instead, just remember to call 
AccessibleObject.setAccessible(true) first.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065416#4065416

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065416
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to