** org.openrewrite.java.search.FindDeprecatedClasses** Find uses of deprecated classes, optionally ignoring those classes that are inside of deprecated scopes.
Optional. A type pattern that is used to find matching classes.
Boolean
matchInherited
Optional. When enabled, find types that inherit from a deprecated type.
Boolean
ignoreDeprecatedScopes
Optional. When a deprecated type is used in a deprecated method or class, ignore it.
Usage
This recipe has no required configuration parameters and comes from a rewrite core library. It can be activated directly without adding any dependencies.
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.search.FindDeprecatedClasses