Qualifier instances.See: Description
| Interface | Description | 
|---|---|
| Qualified<T> | Internal interface used by generated code to propagate qualifiers. | 
| Class | Description | 
|---|---|
| AnyQualifier<T> | A qualifier to lookup any type. | 
| ClosestTypeArgumentQualifier<T> | A  Qualifierthat qualifies beans by generic type arguments and only
 returns the candidates that most closely match. | 
| InterceptorBindingQualifier<T> | Qualifier used to resolve the interceptor binding when injection method interceptors for AOP. | 
| PrimaryQualifier<T> | A qualifier to lookup a primary bean. | 
| Qualifiers | Factory for  Beanqualifiers. | 
| TypeAnnotationQualifier<T> | Implementation of  Typequalifier. | 
| TypeArgumentQualifier<T> | A  Qualifierthat qualifies beans by generic type arguments. | 
Qualifier instances.Qualifier