Package org.openrewrite.java.internal.template
@NullMarked
package org.openrewrite.java.internal.template
-
ClassesClassDescriptionGenerates a stub containing enough variable, method, and class scope for the insertion of a statement in any block scope.Not so much an extension as the FOUNDATION of templating for the Java family of languages.Each language that extends
Jshould provide a template extension that helpsJavaTemplatebuild the telescoping name scope around the coordinate.