Package io.helidon.builder.processor.spi


package io.helidon.builder.processor.spi
The Pico Builder Processor SPI module provides these definitions:
  1. BuilderCreatorProvider - responsible for code generating the implementation w/ a fluent builder.
  2. TypeInfoCreatorProvider - responsible for code generating the model object for the target interface.
  3. TypeAndBody - the dom-like description of the target type of the builder.