Annotation Type RequestScope


  • @ScopedProxy
    @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Scope
    public @interface RequestScope
    A CustomScope that creates a new bean for every HTTP request.
    Since:
    1.2.0