Package org.int4.dirk.spi.scope
-
Interface Summary Interface Description CreationalContext<T> Context used to create and destroy instances with injection information.CreationalContext.Reference<T> A reference to an instance created by theCreationalContextwith which the created instance can be released.ScopeResolver Handles resolving of types with a specific scope annotation. -
Class Summary Class Description AbstractScopeResolver<S> Abstract base implementation of aScopeResolverwhich manages a map of instances per scope. -
Exception Summary Exception Description UnknownScopeException Thrown when an attempt is made to register an injectable which was annotated with a scope for which no correspondingScopeResolverwas provided.