FileDocCategorySizeDatePackage
Deprecated.javaAPI DocJava SE 5 API662Fri Aug 26 14:57:02 BST 2005java.lang

Deprecated

public class Deprecated
A program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists. Compilers warn when a deprecated program element is used or overridden in non-deprecated code.
author
Neal Gafter
version
1.4, 06/10/04
since
1.5

Fields Summary
Constructors Summary
Methods Summary