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

Diff of /classpath/java/lang/Deprecated.java

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

revision 1.1.2.4 by tromey, Wed Sep 8 00:43:57 2004 UTC revision 1.1.2.5 by tromey, Mon Sep 27 19:09:45 2004 UTC
# Line 48  import static java.lang.annotation.Reten Line 48  import static java.lang.annotation.Reten
48   *   *
49   * @since 1.5   * @since 1.5
50   */   */
51  @Documented @Retention(SOURCE)  @Documented @Retention(RUNTIME)
52  public @interface Deprecated  public @interface Deprecated
53  {  {
54  }  }

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

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