Class DefaultQualifierAndValue

java.lang.Object
io.helidon.common.types.DefaultAnnotationAndValue
io.helidon.pico.api.DefaultQualifierAndValue
All Implemented Interfaces:
AnnotationAndValue, QualifierAndValue, Comparable<AnnotationAndValue>

public class DefaultQualifierAndValue extends DefaultAnnotationAndValue implements QualifierAndValue, Comparable<AnnotationAndValue>
Describes a Qualifier type annotation associated with a service being provided or dependant upon. In Pico these are generally determined at compile time to avoid any use of reflection at runtime.