public interface InjectionTargetFactory<T>
InjectionTargets.| 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 © 2024. All rights reserved.