com.google.inject.servlet
Annotation Type RequestScoped


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RequestScoped

Apply this to implementation classes when you want one instance per request.



Copyright 2007 Google Inc. All Rights Reserved.