Uses of Annotation Interface
jakarta.inject.Scope
Packages that use Scope
Package
Description
Annotations and interfaces relating to scopes and contexts.
This package specifies a means for obtaining objects in such a way as to
 maximize reusability, testability and maintainability compared to
 traditional approaches such as constructors, factories, and service
 locators (e.g., JNDI). This process, known as dependency
 injection, is beneficial to most nontrivial applications.
- 
Uses of Scope in jakarta.enterprise.contextClasses in jakarta.enterprise.context with annotations of type ScopeModifier and TypeClassDescription@interfaceSpecifies that a bean belongs to the dependent pseudo-scope.
- 
Uses of Scope in jakarta.injectClasses in jakarta.inject with annotations of type ScopeModifier and TypeClassDescription@interfaceIdentifies a type that the injector only instantiates once.