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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(R argument)Create and return the bean.
-