Annotation Type RequestScoped


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    @Scope
    public @interface RequestScoped
    Apply this to implementation classes when you want one instance per request.
    Author:
    crazybob@google.com (Bob Lee)