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

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

public interface BeanManagerConfiguration<K,V extends BeanInstance<K>>
Encapsulates the configuration of a bean manager.
Author:
Paul Ferraro