Package | Description |
---|---|
javax.enterprise.context |
Annotations and interfaces relating to scopes and contexts.
|
Modifier and Type | Class and 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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.