Package io.micronaut.runtime.http.scope
Annotation Interface 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
- Author:
- James Kleeh