Package io.avaje.inject
Interface RequestScopeProvider<T>
public interface RequestScopeProvider<T>
Provides request scoped beans.
-
Method Summary
Modifier and Type Method Description <T> Tprovide(RequestScope scope)Create and return the request scope bean instance.
-
Method Details
-
provide
Create and return the request scope bean instance.- Parameters:
scope- The request scope when creating the bean- Returns:
- The request scoped bean instance
-