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

Type Parameters:
K - the bean and bean group identifier type
V - the bean instance type
All Superinterfaces:
ImmutableBeanGroupManager<K,V>
All Known Implementing Classes:
DefaultBeanGroupManager

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