@Named(value="SystemInjectResolver") public class ThreeThirtyResolver extends Object implements InjectionResolver<Inject>
SYSTEM_RESOLVER_NAME| Modifier and Type | Method and Description |
|---|---|
boolean |
isConstructorParameterIndicator() |
boolean |
isMethodParameterIndicator() |
Object |
resolve(Injectee injectee,
ServiceHandle<?> root) |
String |
toString() |
public Object resolve(Injectee injectee, ServiceHandle<?> root)
resolve in interface InjectionResolver<Inject>public boolean isConstructorParameterIndicator()
isConstructorParameterIndicator in interface InjectionResolver<Inject>public boolean isMethodParameterIndicator()
isMethodParameterIndicator in interface InjectionResolver<Inject>Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.