Uses of Annotation Interface
io.helidon.builder.BuilderTrigger
Packages that use BuilderTrigger
Package
Description
The Builder API consists of a few annotations that can be used to create fluent builders for the types that use
Builder, or otherwise one of its kind.Helidon Builder ConfigBean Support.
-
Uses of BuilderTrigger in io.helidon.builder
Classes in io.helidon.builder with annotations of type BuilderTriggerModifier and TypeClassDescription@interfaceAdding this annotation on an interface will cause the Builder's annotation processor to generate an implementation of the interface that supports the builder pattern. -
Uses of BuilderTrigger in io.helidon.builder.config
Classes in io.helidon.builder.config with annotations of type BuilderTriggerModifier and TypeClassDescription@interfaceAConfigBeanis anotherBuilderTriggerthat extends theBuilderconcept to support the integration to Helidon's configuration sub-system.