Uses of Package
jakarta.enterprise.context
Packages that use jakarta.enterprise.context
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Classes in jakarta.enterprise.context used by jakarta.enterprise.contextClassDescriptionSpecifies that a bean is application scoped.Supports inline instantiation of the
ApplicationScopedannotation.An event with this qualifier is fired when a context is about to be destroyed, i.e.Supports inline instantiation of theBeforeDestroyedqualifier.Indicates a problem relating to context management.Specifies that a bean is conversation scoped.Supports inline instantiation of theConversationScopedannotation.Specifies that a bean belongs to the dependent pseudo-scope.Supports inline instantiation of theDependentannotation.An event with this qualifier is fired when a context is destroyed, i.e.Supports inline instantiation of theDestroyedqualifier.An event with this qualifier is fired when a context is initialized, i.e.Supports inline instantiation of theInitializedqualifier.Specifies that an annotation type is a normal scope type.Specifies that a bean is request scoped.Supports inline instantiation of theRequestScopedannotation.Specifies that a bean is session scoped.Supports inline instantiation of theSessionScopedannotation. -
Classes in jakarta.enterprise.context used by jakarta.enterprise.context.control
-
Classes in jakarta.enterprise.context used by jakarta.enterprise.inject