Uses of Annotation Interface
jakarta.enterprise.context.NormalScope
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Uses of NormalScope in jakarta.enterprise.context
Modifier and TypeClassDescription@interface
Specifies that a bean is application scoped.@interface
Specifies that a bean is conversation scoped.@interface
Specifies that a bean is request scoped.@interface
Specifies that a bean is session scoped.