Uses of Interface
io.helidon.codegen.RoundContext
Package
Description
Service provider interfaces to extend code generation support.
-
Uses of RoundContext in io.helidon.codegen.spi
Modifier and TypeMethodDescriptionvoid
CodegenExtension.process
(RoundContext roundContext) Process a round of code analysis and generation.default void
CodegenExtension.processingOver
(RoundContext roundContext) Processing has finished, any finalization can be done.