@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Scope
public @interface RequestScoped
Request scope binding annotation.
TODO find a way how to bind the scope annotation to the request scope instance.
- Author:
- Marek Potociar (marek.potociar at oracle.com)