Package com.google.inject.servlet
Annotation Type RequestScoped
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Scope public @interface RequestScoped
Apply this to implementation classes when you want one instance per request.
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Scope public @interface RequestScoped