[jboss-cvs] JBossCache/examples/PojoCache/passivation ...

Ben Wang bwang at jboss.com
Tue Nov 21 01:08:06 EST 2006


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

  Modified:    examples/PojoCache/passivation  readme.txt
  Log:
  JBCACHE-868 Renaming PojoCache annotation.
  
  Revision  Changes    Path
  1.2       +1 -2      JBossCache/examples/PojoCache/passivation/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- readme.txt	7 Nov 2006 04:26:51 -0000	1.1
  +++ readme.txt	21 Nov 2006 06:08:06 -0000	1.2
  @@ -7,8 +7,7 @@
   
   We will use JDK50 POJO Cache annotation for illustration where
   the necessary domain model classes have been annotated with
  - at org.jboss.cache.pojo.annotation.PojoCacheable and
  -@@org.jboss.cache.pojo.annotation.InstanceOfPojoCacheable annotations.
  + at org.jboss.cache.pojo.annotation.Replicable annotation.
   
   You can run either using loadtime mode ("run.aop.example"), meaning there is
   no need for pre-compilation once you have annotated your POJOs, or using
  
  
  



More information about the jboss-cvs-commits mailing list