T
- type of the annotation which is served using th given injection resolver.public class InjectionResolverBinding<T extends InjectionResolver> extends Binding<T,InjectionResolverBinding<T>>
InjectionResolver
and its a concrete type.Constructor and Description |
---|
InjectionResolverBinding(T resolver)
Creates an injection resolver as an instance.
|
Modifier and Type | Method and Description |
---|---|
T |
getResolver()
Gets the injection resolver handled by this descriptor.
|
addAlias, analyzeWith, asType, getAliases, getAnalyzer, getContracts, getImplementationType, getName, getQualifiers, getRank, getScope, in, isProxiable, isProxiedForSameScope, named, proxy, proxyForSameScope, qualifiedBy, ranked, to, to, to, to
private final T extends InjectionResolver resolver
InjectionResolverBinding(T resolver)
resolver
- injection resolver instance.public T getResolver()
InjectionResolver
instance.