@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@NormalScope
@Inherited
@Documented
public @interface BridgeRequestScoped
This annotation may be applied to CDI beans that are to be scoped according to the requirements of the "Bridge
Request Scope" as described in Section 5.1.2 of the JSR 329 Specification titled "Managing Lifecycle State".