Also flag deprecated properties in a @Deprecated class
Previously, any property defined in a @Deprecated class were not marked as deprecated as only the getter or field was inspected for the annotation. An additional check on the class has been added to handle this case. Fixes gh-2014
Showing
Please register or sign in to comment