Package io.micronaut.context.scope
package io.micronaut.context.scope
Contains interfaces related to the definition of custom scopes.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionAbstractConcurrentCustomScope<A extends Annotation>Abstract implementation of the custom scope interface that simplifies defining new scopes using the Map interface.Context object passed to
CustomScope
instances for creating new beans.CreatedBean<T>Represents a bean that has been created from aBeanCreationContext
.CustomScope<A extends Annotation>Represents a custom scope within theBeanContext
.An interface for a registry ofCustomScope
instances.