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.contextClasses in jakarta.enterprise.context with annotations of type NormalScope Modifier and Type Class Description interfaceApplicationScopedSpecifies that a bean is application scoped.interfaceConversationScopedSpecifies that a bean is conversation scoped.interfaceRequestScopedSpecifies that a bean is request scoped.interfaceSessionScopedSpecifies that a bean is session scoped.
 
-