[jboss-user] [JBoss AOP] - Dynamic AOP, Inheritance, AdviceBinding, AspectManager
TOMBATLECRUISEr
do-not-reply at jboss.com
Mon Jan 8 07:31:51 EST 2007
Hi,
I want to use Dynamic AOP over some POJO hierarchy.
Here is the example:
Class Super
private String superField
Class A extends Super
private String aField
Class B extends Super
private String bField
Suppose I want to intercept the field B.superField ? what should be the correct solution? (if any)
Also, if details are needed, please ask.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998972#3998972
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998972
More information about the jboss-user
mailing list