Package org.openrewrite.java.migrate
Class AddJdeprscanPlugin
- java.lang.Object
-
- org.openrewrite.Recipe
-
- org.openrewrite.java.migrate.AddJdeprscanPlugin
-
@Incubating(since="0.2.0") public class AddJdeprscanPlugin extends org.openrewrite.RecipeThis imperative recipe will add the jdeprsacn plugin to a maven project. In the case of a multi-module project, this recipe will attempt to add the plugin to only the top level project.
-
-
Constructor Summary
Constructors Constructor Description AddJdeprscanPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()-
Methods inherited from class org.openrewrite.Recipe
causesAnotherCycle, doNext, equals, getApplicableTest, getDescription, getDescriptor, getJacksonPolymorphicTypeTag, getLanguages, getName, getRecipeList, getSingleSourceApplicableTest, getTags, getVisitor, hashCode, run, run, run, run, validate, validate, validateAll, validateAll, visit
-
-