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  
Qualifier that 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. 
 | 
| Qualifiers | 
 Factory for  
Bean qualifiers. | 
| TypeAnnotationQualifier<T> | 
 Implementation of  
Type qualifier. | 
| TypeArgumentQualifier<T> | 
 A  
Qualifier that qualifies beans by generic type arguments. | 
Qualifier instances.Qualifier