[jboss-cvs] JBossCache/src/org/jboss/cache/aop/annotation ...

Jason Thomas Greene jgreene at jboss.com
Mon Mar 12 10:21:16 EDT 2007


  User: jgreene 
  Date: 07/03/12 10:21:16

  Added:       src/org/jboss/cache/aop/annotation   Tag:
                        Branch_JBossCache_1_4_0
                        InstanceOfPojoCacheable.java PojoCacheable.java
  Log:
  Add missing jdk 1.4 annotations
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +18 -0     JBossCache/src/org/jboss/cache/aop/annotation/Attic/InstanceOfPojoCacheable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InstanceOfPojoCacheable.java
  ===================================================================
  RCS file: InstanceOfPojoCacheable.java
  diff -N InstanceOfPojoCacheable.java
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ InstanceOfPojoCacheable.java	12 Mar 2007 14:21:16 -0000	1.2.2.2
  @@ -0,0 +1,18 @@
  +/*
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
  +
  +package org.jboss.cache.aop.annotation;
  +
  +/**
  + * Annoataion that wraps the Prepare annotation of JBossAop.
  + *
  + * @author Ben Wang
  + *         Date: Jan 22, 2006
  + * @version $Id: InstanceOfPojoCacheable.java,v 1.2.2.2 2007/03/12 14:21:16 jgreene Exp $
  + */
  +public interface InstanceOfPojoCacheable {
  +}
  
  
  
  1.2.2.2   +18 -0     JBossCache/src/org/jboss/cache/aop/annotation/Attic/PojoCacheable.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheable.java
  ===================================================================
  RCS file: PojoCacheable.java
  diff -N PojoCacheable.java
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ PojoCacheable.java	12 Mar 2007 14:21:16 -0000	1.2.2.2
  @@ -0,0 +1,18 @@
  +/*
  + * JBoss, Home of Professional Open Source
  + *
  + * Distributable under LGPL license.
  + * See terms of license at gnu.org.
  + */
  +
  +package org.jboss.cache.aop.annotation;
  +
  +/**
  + * Annoataion that wraps the Prepare annotation of JBossAop.
  + *
  + * @author Ben Wang
  + *         Date: Jan 22, 2006
  + * @version $Id: PojoCacheable.java,v 1.2.2.2 2007/03/12 14:21:16 jgreene Exp $
  + */
  +public interface PojoCacheable {
  +}
  
  
  



More information about the jboss-cvs-commits mailing list