Uses of Interface
io.helidon.builder.processor.spi.TypeAndBody

Packages that use TypeAndBody
Package
Description
The Builder annotation processing package.
The Builder Processor SPI module provides these definitions: BuilderCreatorProvider - responsible for code generating the implementation w/ a fluent builder. TypeInfoCreatorProvider - responsible for code generating the model object for the target interface. TypeAndBody - the dom-like description of the target type of the builder.
The Helidon Builder Processor Tools package.