java.lang
Annotation Type Deprecated


@Documented
@Retention(value=RUNTIME)
public @interface Deprecated

This annotation is used as a marker to indicate that the annotated declaration is deprecated and should not be used in new code. This replaces the old "@deprecated" javadoc tag.

Since:
1.5