"genman" wrote :
| @Replicable(instanceOf=true)
| or
| @Replicable(subclasses=true)
| means "child classes also".
|
I agree this is nice, but the AOP pointcut matcher cannot match on annotation attributes.
It could perhaps be added eventually.
How about @Replicable and @ReplicableRoot?
| <prepare expr="field(!static * @Replicable->*)" />
| <prepare expr="field(!static * $instanceof{@ReplicableRoot}->*)"
/>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986085#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...