Uses of Class
javax.inject.Qualifier
-
Packages that use Qualifier Package Description javax.enterprise.context Annotations and interfaces relating to scopes and contexts.javax.enterprise.inject javax.inject 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.org.jboss.weld.context.bound org.jboss.weld.context.ejb org.jboss.weld.context.http org.jboss.weld.context.unbound org.jboss.weld.environment.se.bindings org.jboss.weld.literal -
-
Uses of Qualifier in javax.enterprise.context
Classes in javax.enterprise.context with annotations of type Qualifier Modifier and Type Class Description interfaceBeforeDestroyedAn event with this qualifier is fired when a context is about to be destroyed, i.e.interfaceDestroyedAn event with this qualifier is fired when a context is destroyed, i.e.interfaceInitializedAn event with this qualifier is fired when a context is initialized, i.e. -
Uses of Qualifier in javax.enterprise.inject
Classes in javax.enterprise.inject with annotations of type Qualifier Modifier and Type Class Description interfaceAnyThe built-in qualifier type.interfaceDecoratedA decorator may inject metadata about the bean it is decoratinginterfaceDefaultThe default qualifier type.interfaceInterceptedAn interceptor may inject metadata about the bean it is intercepting.interfaceNewTheNewqualifier was deprecated in CDI 1.1. -
Uses of Qualifier in javax.inject
Classes in javax.inject with annotations of type Qualifier Modifier and Type Class Description interfaceNamedString-based qualifier. -
Uses of Qualifier in org.jboss.weld.context.bound
Classes in org.jboss.weld.context.bound with annotations of type Qualifier Modifier and Type Class Description interfaceBoundQualifier used with all for all of the bound (map backed) contexts Weld offers. -
Uses of Qualifier in org.jboss.weld.context.ejb
Classes in org.jboss.weld.context.ejb with annotations of type Qualifier Modifier and Type Class Description interfaceEjbQualifier used with all for all of the EJB contexts Weld offers. -
Uses of Qualifier in org.jboss.weld.context.http
Classes in org.jboss.weld.context.http with annotations of type Qualifier Modifier and Type Class Description interfaceHttpQualifier used with all for all of the Servlet backed contexts Weld offers. -
Uses of Qualifier in org.jboss.weld.context.unbound
Classes in org.jboss.weld.context.unbound with annotations of type Qualifier Modifier and Type Class Description interfaceUnboundQualifier used with all for all of the unbound contexts Weld offers. -
Uses of Qualifier in org.jboss.weld.environment.se.bindings
Classes in org.jboss.weld.environment.se.bindings with annotations of type Qualifier Modifier and Type Class Description interfaceParameters -
Uses of Qualifier in org.jboss.weld.literal
Fields in org.jboss.weld.literal declared as Qualifier Modifier and Type Field Description static QualifierQualifierLiteral. INSTANCE
-