See: Description
| Interface | Description | 
|---|---|
| BeanCreationContext<T> | Context object passed to  CustomScopeinstances for creating new beans. | 
| CreatedBean<T> | Represents a bean that has been created from a  BeanCreationContext. | 
| CustomScope<A extends Annotation> | Represents a custom scope within the  BeanContext. | 
| CustomScopeRegistry | An interface for a registry of  CustomScopeinstances. | 
| Class | Description | 
|---|---|
| AbstractConcurrentCustomScope<A extends Annotation> | Abstract implementation of the custom scope interface that simplifies defining new scopes using the Map interface. |