Uses of Class
io.helidon.common.types.Annotation.Builder
Packages that use Annotation.Builder
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of Annotation.Builder in io.helidon.common.types
Methods in io.helidon.common.types that return Annotation.BuilderModifier and TypeMethodDescriptionstatic Annotation.Builder
Annotation.builder()
Create a new fluent API builder to customize configuration.static Annotation.Builder
Annotation.builder
(Annotation instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.common.types with type arguments of type Annotation.BuilderModifier and TypeMethodDescriptionTypedElementInfo.BuilderBase.addAnnotation
(Consumer<Annotation.Builder> consumer) List of declared and known annotations for this element.TypeInfo.BuilderBase.addAnnotation
(Consumer<Annotation.Builder> consumer) List of declared and known annotations for this element.TypedElementInfo.BuilderBase.addInheritedAnnotation
(Consumer<Annotation.Builder> consumer) List of all inherited annotations for this element.TypeInfo.BuilderBase.addInheritedAnnotation
(Consumer<Annotation.Builder> consumer) List of all inherited annotations for this element.