@Singleton public class AlternateInjectResolver extends Object implements InjectionResolver<AlternateInject>
SYSTEM_RESOLVER_NAME| Constructor and Description |
|---|
AlternateInjectResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConstructorParameterIndicator() |
boolean |
isMethodParameterIndicator() |
Object |
resolve(Injectee injectee,
ServiceHandle<?> root) |
public Object resolve(Injectee injectee, ServiceHandle<?> root)
resolve in interface InjectionResolver<AlternateInject>public boolean isConstructorParameterIndicator()
isConstructorParameterIndicator in interface InjectionResolver<AlternateInject>public boolean isMethodParameterIndicator()
isMethodParameterIndicator in interface InjectionResolver<AlternateInject>Copyright © 2009-2013 Oracle Corporation. All Rights Reserved.