This rule is meant to be used as a way to track code which is marked as being deprecated. Deprecated code should eventually be removed.

Noncompliant Code Example

@Deprecated("") // Noncompliant
class Example