[jbosscache-commits] JBoss Cache SVN: r6997 - pojo/branches/2.2/src/main/java/org/jboss/cache/pojo.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Oct 21 18:39:19 EDT 2008


Author: jason.greene at jboss.com
Date: 2008-10-21 18:39:19 -0400 (Tue, 21 Oct 2008)
New Revision: 6997

Modified:
   pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/PojoCache.java
   pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/Reference.java
Log:
Add version info


Modified: pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/PojoCache.java
===================================================================
--- pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/PojoCache.java	2008-10-21 22:31:50 UTC (rev 6996)
+++ pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/PojoCache.java	2008-10-21 22:39:19 UTC (rev 6997)
@@ -112,6 +112,7 @@
    * of any <code>Serializable</code> types.
    * </p>
    *
+   * @since 2.2
    * @param object Any object.
    * @return <code>Fqn</code> of the internal data node. <code>null</code> if the object is
    *         immediate, serializable, or not in the cache.
@@ -133,6 +134,7 @@
    * of the field that contains the reference to this object.
    * </p>
    *
+   * @since 2.2
    * @param object Any object.
    * @return Collection of internal references to the given object. Empty collection if the object is
    *         immediate, serializable, or not in the cache.
@@ -271,10 +273,10 @@
     * @param listener the listener to remove
     */
    void removeListener(Object listener);
-   
+
    /**
     * Get's the thread context for all POJO Cache operations.
-    * 
+    *
     * @return the current thread's context
     * @since 2.1
     */

Modified: pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/Reference.java
===================================================================
--- pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/Reference.java	2008-10-21 22:31:50 UTC (rev 6996)
+++ pojo/branches/2.2/src/main/java/org/jboss/cache/pojo/Reference.java	2008-10-21 22:39:19 UTC (rev 6997)
@@ -29,6 +29,7 @@
  * references from other attached objects.
  *
  * @author Dan Berindei <dan.berindei at gmail.com>
+ * @since 2.2
  */
 public interface Reference
 {




More information about the jbosscache-commits mailing list