Package io.avaje.inject.spi
Interface BeanFactory<T,R>
- Type Parameters:
T- The type of bean to createR- The request argument
public interface BeanFactory<T,R>
Factory for creating a bean given a single request scope argument.
-
Method Summary
-
Method Details
-
create
Create and return the bean.
-