Uses of Class
jakarta.enterprise.context.NormalScope
-
Packages that use NormalScope Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts. -
-
Uses of NormalScope in jakarta.enterprise.context
Classes in jakarta.enterprise.context with annotations of type NormalScope Modifier and Type Class Description interface
ApplicationScoped
Specifies that a bean is application scoped.interface
ConversationScoped
Specifies that a bean is conversation scoped.interface
RequestScoped
Specifies that a bean is request scoped.interface
SessionScoped
Specifies that a bean is session scoped.
-