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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...