Provider implementation beans to Micronaut @Factory
** org.openrewrite.java.micronaut.ProviderImplementationsToMicronautFactories** As of Micronaut 3.x the @Factory annotation is required for creating beans from javax.inject.Provider get() implementations.
This recipe has no required configuration options and can be activated directly after taking a dependency on org.openrewrite.recipe:rewrite-micronaut:1.10.0 in your build file:
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipes=org.openrewrite.java.micronaut.ProviderImplementationsToMicronautFactories