Overview
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.
Related Issues