Uses of Interface
io.helidon.common.types.AnnotationProperty
Packages that use AnnotationProperty
Package
Description
Class model generator for annotation processors.
Subset of Builder's SPI types that are useful for runtime.
-
Uses of AnnotationProperty in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel with parameters of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.Builder.addParameter(String name, AnnotationProperty property) Adds annotation parameter. -
Uses of AnnotationProperty in io.helidon.common.types
Methods in io.helidon.common.types that return AnnotationPropertyModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
AnnotationPropertyCreate a new enum property.static AnnotationPropertyCreate a new annotation property.static AnnotationPropertyCreate a new annotation property with a constant value.Methods in io.helidon.common.types that return types with arguments of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.BuilderBase.AnnotationImpl.properties()Annotation.BuilderBase.properties()Properties defined on this annotation.Annotation.properties()Properties defined on this annotation.default Optional<AnnotationProperty> Annotation.property()Annotation property for the "value" property.default Optional<AnnotationProperty> Annotation property for the defined name.Methods in io.helidon.common.types with parameters of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.BuilderBase.putProperty(String key, AnnotationProperty property) Properties defined on this annotation.Method parameters in io.helidon.common.types with type arguments of type AnnotationPropertyModifier and TypeMethodDescriptionAnnotation.BuilderBase.addProperties(Map<String, ? extends AnnotationProperty> properties) Properties defined on this annotation.Annotation.BuilderBase.properties(Map<String, ? extends AnnotationProperty> properties) Properties defined on this annotation.