Annotation Interface RequestScoped


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface RequestScoped
Apply this to implementation classes when you want one instance per HTTP request.