jakarta.enterprise.context.RequestScoped
, which is a CDI build-in scope
with similar semantics.@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Deprecated public @interface RequestScoped
When this annotation, along with ManagedBean
is found on a class, the runtime must act as if a
<managed-bean-scope>request<managed-bean-scope>
element was declared for the corresponding
managed bean.
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.