You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/02/03 13:07:45 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref IKey.java

hchar       2005/02/03 04:07:45

  Modified:    sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref
                        IKey.java
  Log:
  javadoc + annotate
  
  Revision  Changes    Path
  1.5       +3 -1      jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref/IKey.java
  
  Index: IKey.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/lang/ref/IKey.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IKey.java	2 Feb 2005 11:41:53 -0000	1.4
  +++ IKey.java	3 Feb 2005 12:07:44 -0000	1.5
  @@ -18,10 +18,12 @@
   
   import org.apache.jcs.yajcache.lang.annotation.*;
   /**
  + * Interface for accessing a key.
    *
    * @author Hanson Char
    */
   @CopyRightApache
   public interface IKey<K> {
  -    public K getKey();
  +    /** Returns the key. */
  +    public @NonNullable @Immutable K getKey();
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org