Uses of Package
org.int4.dirk.api.scope
-
Packages that use org.int4.dirk.api.scope Package Description org.int4.dirk.api Provides the API for interacting with Dirk Injectors.org.int4.dirk.api.scope Defines exceptions that an injector may throw that are scope related.org.int4.dirk.core Provides internal core classes for the Dirk injection framework.org.int4.dirk.core.definition Provides internal core definition classes for the Dirk injection framework.org.int4.dirk.spi.instantiation Provides the injection target extension interface.org.int4.dirk.spi.scope Provides the interface for custom scope resolvers. -
Classes in org.int4.dirk.api.scope used by org.int4.dirk.api Class Description ScopeNotActiveException Thrown when a scoped instance is required without the appropriate scope being active. -
Classes in org.int4.dirk.api.scope used by org.int4.dirk.api.scope Class Description ScopeException Thrown when for scope related problems. -
Classes in org.int4.dirk.api.scope used by org.int4.dirk.core Class Description ScopeNotActiveException Thrown when a scoped instance is required without the appropriate scope being active. -
Classes in org.int4.dirk.api.scope used by org.int4.dirk.core.definition Class Description ScopeNotActiveException Thrown when a scoped instance is required without the appropriate scope being active. -
Classes in org.int4.dirk.api.scope used by org.int4.dirk.spi.instantiation Class Description ScopeNotActiveException Thrown when a scoped instance is required without the appropriate scope being active. -
Classes in org.int4.dirk.api.scope used by org.int4.dirk.spi.scope Class Description ScopeNotActiveException Thrown when a scoped instance is required without the appropriate scope being active.