Package java.lang
Annotation Type Deprecated
@Documented @Retention(RUNTIME) public @interface Deprecated
Annotation type used to mark program elements that should no longer be used
by programmers. Compilers produce a warning if a deprecated program element
is used.
- Since:
- 1.5