1 2 Previous Next 15 Replies Latest reply on Nov 21, 2006 11:42 PM by ben.wang Go to original post
      • 15. Re: Name change for PojoCache annotation

        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.


        1 2 Previous Next