home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / lang / Deprecated.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  292 b   |  11 lines

  1. package java.lang;
  2.  
  3. import java.lang.annotation.Documented;
  4. import java.lang.annotation.Retention;
  5. import java.lang.annotation.RetentionPolicy;
  6.  
  7. @Documented
  8. @Retention(RetentionPolicy.RUNTIME)
  9. public @interface Deprecated {
  10. }
  11.