[jboss-dev-forums] [Design of JBossCache] - Re: Name change for PojoCache annotation

ben.wang@jboss.com do-not-reply at jboss.com
Tue Nov 21 23:42:13 EST 2006


I have checked in the change:

1. Use @Replicable annotation. 
2. It applies to sub-class as well. If user doesn't want to apply it to sub-class, he can change in pojocache-aop.xml from:

  | <prepare expr="field(* $instanceof{@org.jboss.cache.pojo.annotation.Replicable}->*)" />
  | 
to

  | <prepare expr="field(* @org.jboss.cache.pojo.annotation.Replicable->*)" />
  | 
3. When JBoss AOP can support attribute matching, we will use the sublcass=true to turn it on/off.


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987790



More information about the jboss-dev-forums mailing list