Uses of Class
io.helidon.common.types.Annotation.BuilderBase
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of Annotation.BuilderBase in io.helidon.common.types
Modifier and TypeClassDescriptionstatic class
Annotation.BuilderBase<BUILDER extends Annotation.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Annotation> Fluent API builder base forAnnotation
.Modifier and TypeMethodDescriptionAnnotation.BuilderBase.from
(Annotation.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
AnnotationImpl
(Annotation.BuilderBase<?, ?> builder) Create an instance providing a builder.