Interface BeanManagerFactoryConfiguration<K,​V extends BeanInstance<K>>

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

    public interface BeanManagerFactoryConfiguration<K,​V extends BeanInstance<K>>
    Encapsulates the configuration of a BeanManagerFactory implementation.
    Author:
    Paul Ferraro