Package io.avaje.inject.spi
Interface BeanFactory2<T,R,R2>
-
- Type Parameters:
T- The type of bean to createR- The first request argumentR2- The second request argument
public interface BeanFactory2<T,R,R2>
Factory for creating a bean given two request scope arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(R argument, R2 argument2)Create and return the bean.
-