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

Type Parameters:
K - the bean identifier type
V - the bean instance type
All Superinterfaces:
BeanManagerConfiguration<K,V>, BeanMetaDataFactoryConfiguration

public interface BeanManagerConfiguration<K,V extends BeanInstance<K>,M> extends BeanManagerConfiguration<K,V>, BeanMetaDataFactoryConfiguration
Encapsulates the configuration of a BeanManager implementation.
Author:
Paul Ferraro
  • Method Details