javax.enterprise.context.ApplicationScoped,
which is a CDI build-in scope with similar semantics.javax.enterprise.context.spi.Context. See 2.4.2 and 6.2 of the CDI
specification for further details.javax.enterprise.context.Initialized event for
javax.enterprise.context.ApplicationScoped. See 6.7.3 of the CDI
spec for further details.javax.faces.annotation.ManagedProperty,
which is a CDI build-in bean with similar semanticsjavax.enterprise.context.Dependent,
which is a CDI build-in scope with approximately similar semantics.javax.enterprise.context.RequestScoped,
which is a CDI build-in scope with similar semantics.javax.enterprise.context.SessionScoped,
which is a CDI build-in scope with similar semantics.javax.faces.view.ViewScoped.
The functionality of this corresponding annotation is identical to this one,
but it is implemented as a CDI custom scope.Copyright © 1997–2019 Eclipse Foundation. All rights reserved.