Uses of Annotation Interface
jakarta.inject.Qualifier
Packages that use Qualifier
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 Qualifier in jakarta.enterprise.context
Classes in jakarta.enterprise.context with annotations of type QualifierModifier and TypeClassDescription@interface
An event with this qualifier is fired when a context is about to be destroyed, i.e.@interface
An event with this qualifier is fired when a context is destroyed, i.e.@interface
An event with this qualifier is fired when a context is initialized, i.e. -
Uses of Qualifier in jakarta.enterprise.inject
Classes in jakarta.enterprise.inject with annotations of type QualifierModifier and TypeClassDescription@interface
The built-in qualifier type.@interface
A decorator may inject metadata about the bean it is decorating@interface
The default qualifier type.@interface
An interceptor may inject metadata about the bean it is intercepting. -
Uses of Qualifier in jakarta.inject
Classes in jakarta.inject with annotations of type Qualifier