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

Diff of /classpath/java/lang/annotation/Target.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, Fri Jan 7 03:42:30 2005 UTC
# Line 1  Line 1 
1  /* Target.java - Indicate where an annotation may be applied  /* Target.java - Indicate where an annotation may be applied
2     Copyright (C) 2004 Free Software Foundation     Copyright (C) 2004, 2005 Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.lang.annotation;  package java.lang.annotation;
39    
40    import static java.lang.annotation.RetentionPolicy.RUNTIME;
41    import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
42    
43  /**  /**
44     * @author Tom Tromey (tromey@redhat.com)
45     * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
46   * @since 1.5   * @since 1.5
47   */   */
48  @Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE)  @Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE)

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