Annotation Type | Description |
---|---|
ApplicationScoped | Deprecated
This has been replaced by
jakarta.enterprise.context.ApplicationScoped , which is a CDI build-in
scope with similar semantics. |
CustomScoped | Deprecated
This has been replaced by CDI custom scopes and
jakarta.enterprise.context.spi.Context . |
ManagedBean | Deprecated
This has been replaced by the Managed Beans specification in general and specifically the dependency
injection, scopes and naming from the CDI specification.
|
ManagedProperty | Deprecated
This has been replaced by
jakarta.faces.annotation.ManagedProperty , which is a CDI build-in bean
with similar semantics |
NoneScoped | Deprecated
This has been replaced by
jakarta.enterprise.context.Dependent , which is a CDI build-in scope
with approximately similar semantics. |
ReferencedBean | Deprecated
The referenced-bean concept was used for a design time promise which however did not achieve widespread
adoption.
|
RequestScoped | Deprecated
This has been replaced by
jakarta.enterprise.context.RequestScoped , which is a CDI build-in scope
with similar semantics. |
SessionScoped | Deprecated
This has been replaced by
jakarta.enterprise.context.SessionScoped , which is a CDI build-in scope
with similar semantics. |
ViewScoped | Deprecated
This has been replaced by
jakarta.faces.view.ViewScoped . |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.