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 declare @Deprecated in several places within the code base without declaring the since attribute.
Although the information provided by the since attribute is often covered via the @API annotation, specifying since in @Deprecated is also beneficial since @Deprecated is a standard Java annotation supported by tooling.