Package io.helidon.builder.api


package io.helidon.builder.api
Support for handling the generation of code for Helidon builders and configured builders. The starting point is Prototype.Blueprint that is used on a package local interface. This will generate an interface, builder, and an implementation.

A few things to note:

  • The target type that is annotated with the blueprint annotation should have all getter-like methods.
  • Any static or default method will be ignored during APT processing.