@Singleton public class AutowiredInjectResolver extends Object implements InjectionResolver
| Constructor and Description |
|---|
AutowiredInjectResolver() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getAnnotation() |
boolean |
isConstructorParameterIndicator() |
boolean |
isMethodParameterIndicator() |
Object |
resolve(Injectee injectee) |
public Object resolve(Injectee injectee)
resolve in interface InjectionResolverpublic boolean isConstructorParameterIndicator()
isConstructorParameterIndicator in interface InjectionResolverpublic boolean isMethodParameterIndicator()
isMethodParameterIndicator in interface InjectionResolverpublic Class getAnnotation()
getAnnotation in interface InjectionResolverCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.