Closed timtebeek closed 8 months ago
@knutwannheden As expected TemplateProcessorTest
now fails, as we no longer generate the Semantics
statements that operates on; how would you like to handle that?
Semantics
directly to trigger similar output?TemplateProcessor
to read @Before/AfterTemplate
annotated methods?PatternBuilder
at all now that the indirection isn't techically needed anymore?
WIP to replace directly create JavaTemplate in RefasterTemplateProcessor instead of indirection.