Hi,
We have a annotation @Deprecated.
if i use this annotation @Deprecated before a method, the compiler will throw the following warning
Note: Dep.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
the code of Deprecated.java is
May I know, where will be the deprecation error message is configured and how it is getting display ?