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
We conventionally omit @Deprecated in the overridden methods.
That is easy to maintain but IDE does not properly notify users that the function is deprecated, and the deprecation is not rendered correctly in Javadoc.
We conventionally omit
@Deprecatedin the overridden methods.That is easy to maintain but IDE does not properly notify users that the function is deprecated, and the deprecation is not rendered correctly in Javadoc.