Uses of Annotation Interface
javax.enterprise.context.NormalScope
Packages that use NormalScope
Package
Description
Annotations and interfaces relating to scopes and contexts.
-
Uses of NormalScope in javax.enterprise.context
Classes in javax.enterprise.context with annotations of type NormalScopeModifier 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.