/[classpath]/classpath/java/lang/Override.java
ViewVC logotype

Diff of /classpath/java/lang/Override.java

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

revision 1.1.2.3 by tromey, Sun Sep 5 00:53:04 2004 UTC revision 1.1.2.4 by tromey, Wed Sep 8 00:43:57 2004 UTC
# Line 42  import java.lang.annotation.Target; Line 42  import java.lang.annotation.Target;
42  import static java.lang.annotation.RetentionPolicy.SOURCE;  import static java.lang.annotation.RetentionPolicy.SOURCE;
43  import static java.lang.annotation.ElementType.METHOD;  import static java.lang.annotation.ElementType.METHOD;
44    
45    /**
46     * This annotation is used as a marker to indicate that the annotated
47     * method declaration is intended to override another method in the
48     * class hierarchy.  If this is not the case, the compiler will emit a
49     * warning.
50     *
51     * @since 1.5
52     */
53  @Retention(SOURCE) @Target(METHOD)  @Retention(SOURCE) @Target(METHOD)
54  public @interface Override  public @interface Override
55  {  {

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

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