Uses of Class
io.helidon.common.types.DefaultAnnotationAndValue
Packages that use DefaultAnnotationAndValue
Package
Description
Subset of Builder's SPI types that are useful for runtime.
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of DefaultAnnotationAndValue in io.helidon.common.types
Methods in io.helidon.common.types that return DefaultAnnotationAndValueModifier and TypeMethodDescriptionDefaultAnnotationAndValue.Builder.build()static DefaultAnnotationAndValueCreates an instance for an annotation with no value.static DefaultAnnotationAndValueCreates an instance for an annotation with a value.static DefaultAnnotationAndValueCreates an instance for annotation with zero or more values.static DefaultAnnotationAndValueDefaultAnnotationAndValue.create(Class<? extends Annotation> annoType) Creates an instance for an annotation with no value.static DefaultAnnotationAndValueDefaultAnnotationAndValue.create(Class<? extends Annotation> annoType, String value) Creates an instance for an annotation with a value.static DefaultAnnotationAndValueCreates an instance for an annotation with a value. -
Uses of DefaultAnnotationAndValue in io.helidon.pico.api
Subclasses of DefaultAnnotationAndValue in io.helidon.pico.apiModifier and TypeClassDescriptionclassDescribes aQualifiertype annotation associated with a service being provided or dependant upon.