[jboss-dev-forums] [Design of JBossCache] - Re: Name change for PojoCache annotation
kabir.khan@jboss.com
do-not-reply at jboss.com
Wed Nov 15 06:12:43 EST 2006
"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#3986085
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986085
More information about the jboss-dev-forums
mailing list