public abstract @interface

Deprecated

implements Annotation
java.lang.Deprecated

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation