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

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

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

revision 1.1.2.1 by tromey, Sat Aug 7 19:01:27 2004 UTC revision 1.1.2.2 by gnu_andrew, Wed Jun 8 23:24:52 2005 UTC
# Line 49  public enum ElementType Line 49  public enum ElementType
49    METHOD,    METHOD,
50    PACKAGE,    PACKAGE,
51    PARAMETER,    PARAMETER,
52    TYPE    TYPE;
53    
54      /**
55       * For compatability with Sun's JDK
56       */
57      private static final long serialVersionUID = -7822481094880900790L;
58    
59  }  }

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

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