You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Java element has @Deprecated annotation on it, and also has the @deprecated tag in its Javadoc, then removing only the annotation leaves the deprecated warnings on the referencing source parts. This is okay.
However, removing the @deprecated Javadoc tag won't remove the warnings, and will cause them to linger until the source files with the warning are modified by hand.
The text was updated successfully, but these errors were encountered:
If a Java element has
@Deprecated
annotation on it, and also has the@deprecated
tag in its Javadoc, then removing only the annotation leaves the deprecated warnings on the referencing source parts. This is okay.However, removing the
@deprecated
Javadoc tag won't remove the warnings, and will cause them to linger until the source files with the warning are modified by hand.The text was updated successfully, but these errors were encountered: