openrewrite / rewrite-templating

Automated templating using code snippets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support nested classes as Refaster templates

knutwannheden opened this issue · comments

When a Refaster template is defined in a nested class as in OuterClass.SomeTemplate the annotation processor should generate a OuterClassRecipes class and within that a SomeTemplateRecipe class.

Note
The outer class can potentially also contain multiple templates.