[jboss-cvs] JBossCache/src-50/resources ...

Ben Wang bwang at jboss.com
Wed Nov 8 01:08:13 EST 2006


  User: bwang   
  Date: 06/11/08 01:08:13

  Modified:    src-50/resources  pojocache-aop.xml
  Log:
  Removed 1.4 support.
  
  Revision  Changes    Path
  1.4       +0 -41     JBossCache/src-50/resources/pojocache-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/resources/pojocache-aop.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- pojocache-aop.xml	26 Sep 2006 02:41:47 -0000	1.3
  +++ pojocache-aop.xml	8 Nov 2006 06:08:12 -0000	1.4
  @@ -155,45 +155,4 @@
         </mixin>
      </introduction>
   
  -
  -   <!-- PojoCache 1.4. Is deprecated. Will be removed in the future -->
  -   <!-- This is declaration file for annotation. We are using JDK1.4 now,
  -        so an annotationc pre-compiler is needed for JBossAop.
  -        See build.xml target annoc for details.
  -        Idea is user will then need only to annotate like:
  -        @@org.jboss.cache.aop.AopMarker
  -        in his POJO. There will be no need of jboss-aop.xml from user's side.
  -        Only extra step is annotation compiling. And in JDK1.5, this step
  -        will not be needed since the implicit annotation support.
  -
  -        For example, see either Address or Person.
  -   -->
  -
  -   <!-- If a POJO has AopMarker annotation, it will be asepctized. -->
  -   <prepare expr="field(* @org.jboss.cache.aop.AopMarker->*)" />
  -
  -   <!--
  -   Supports inheritance and polymorphism. It can either be a concrete class
  -   or an interface. All sub-classes or intrface implementors will be instrumeneted.
  -   -->
  -   <prepare expr="field(* $instanceof{@org.jboss.cache.aop.InstanceOfAopMarker}->*)" />
  -
  -
  -   <!-- This is declaration file for JDK50 annotation.
  -        Idea is user will then need only to annotate like:
  -        @org.jboss.cache.aop.annotation.PojoCacheable
  -        in his POJO. There will be no need of jboss-aop.xml from user's side.
  -
  -        For example, see either Address or Person.
  -   -->
  -
  -   <!-- If a POJO has PojoCachable annotation, it will be asepctized. -->
  -   <prepare expr="field(* @org.jboss.cache.aop.annotation.PojoCacheable->*)" />
  -
  -   <!--
  -   Supports inheritance and polymorphism. It can either be a concrete class
  -   or an interface. All sub-classes or interface implementors will be instrumeneted.
  -   -->
  -   <prepare expr="field(* $instanceof{@org.jboss.cache.aop.annotation.InstanceOfPojoCacheable}->*)" />
  -
   </aop>
  
  
  



More information about the jboss-cvs-commits mailing list