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