/[classpath]/classpath/java/lang/annotation/RetentionPolicy.java
ViewVC logotype

Diff of /classpath/java/lang/annotation/RetentionPolicy.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by tromey, Sat Sep 18 23:02:32 2004 UTC revision 1.1.2.3 by gnu_andrew, Wed Jun 8 23:24:52 2005 UTC
# Line 56  public enum RetentionPolicy Line 56  public enum RetentionPolicy
56     * Indicates that the annotation should only be available when     * Indicates that the annotation should only be available when
57     * parsing the source code.     * parsing the source code.
58     */     */
59    SOURCE    SOURCE;
60    
61      /**
62       * For compatability with Sun's JDK
63       */
64      private static final long serialVersionUID = 2098916047332259179L;
65    
66  }  }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26