Interface BeanManagerFactory<K,V extends BeanInstance<K>>

Type Parameters:
K - the bean identifier type
V - the bean instance type
B - the batch type

public interface BeanManagerFactory<K,V extends BeanInstance<K>>
Creates a BeanManager.
Author:
Paul Ferraro