type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.search.FindDeprecatedUses
displayName: Find uses of deprecated classes
description: Find deprecated uses of methods, fields, and types. Optionally ignore those classes that are inside of deprecated scopes.
- org.openrewrite.java.search.FindDeprecatedMethods:
methodPattern: null *(..)
- org.openrewrite.java.search.FindDeprecatedClasses:
- org.openrewrite.java.search.FindDeprecatedFields: