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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to