Interface ParametrizedBeanFactory<T>

Type Parameters:
T - The type
All Superinterfaces:
BeanFactory<T>

@Deprecated(since="4") @NextMajorVersion("Should be removed after Micronaut 4 Milestone 1") public interface ParametrizedBeanFactory<T> extends BeanFactory<T>
Deprecated.
A BeanFactory that requires additional (possibly user supplied) parameters in order construct a bean.
Since:
1.0
Author:
Graeme Rocher