public interface InjectionTargetFactory<T>
InjectionTargets.| Modifier and Type | Method and Description |
|---|---|
default AnnotatedTypeConfigurator<T> |
configure() |
InjectionTarget<T> |
createInjectionTarget(Bean<T> bean)
Creates an InjectionTarget for the given Bean
|
InjectionTarget<T> createInjectionTarget(Bean<T> bean)
bean - the Bean or null if the InjectionTarget should not get managed by the container.default AnnotatedTypeConfigurator<T> configure()
AnnotatedType
to be used to create the InjectionTarget.Copyright © 2021. All rights reserved.