Annotation Type RequestScoped



  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    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.

    Since:
    2.0