Interface DefaultBeanGroupManagerConfiguration<K,​V extends BeanInstance<K>,​C>

  • Type Parameters:
    K - the bean identifier type
    V - the bean instance type
    C - the marshalled value context type

    public interface DefaultBeanGroupManagerConfiguration<K,​V extends BeanInstance<K>,​C>
    Encapsulates the configuration of a DefaultBeanGroupManager.
    Author:
    Paul Ferraro