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.
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
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.Annotation.BuilderBase.addMetaAnnotation
(Consumer<Annotation.Builder> consumer) A list of inherited annotations (from the whole hierarchy). -
Uses of Annotation.Builder in io.helidon.service.registry
Method parameters in io.helidon.service.registry with type arguments of type Annotation.BuilderModifier and TypeMethodDescriptionDependency.BuilderBase.addAnnotation
(Consumer<Annotation.Builder> consumer) The annotations on this element.