Uses of Interface
io.helidon.codegen.RoundContext
Packages that use RoundContext
Package
Description
Service provider interfaces to extend code generation support.
-
Uses of RoundContext in io.helidon.codegen.spi
Methods in io.helidon.codegen.spi with parameters of type RoundContextModifier and TypeMethodDescriptionvoidCodegenExtension.process(RoundContext roundContext) Process a round of code analysis and generation.default voidCodegenExtension.processingOver(RoundContext roundContext) Processing has finished, any finalization can be done.