public interface InjectionTargetFactory<T>
InjectionTarget
s.Modifier and Type | Method and Description |
---|---|
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.Copyright © 2019. All rights reserved.