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

  • Type Parameters:
    K - the bean identifier type
    V - the bean instance type
    All Known Subinterfaces:
    BeanGroupManager<K,​V>
    All Known Implementing Classes:
    DefaultBeanGroupManager

    public interface ImmutableBeanGroupManager<K,​V extends BeanInstance<K>>
    Manages immutable groups of beans.
    Author:
    Paul Ferraro