Uses of Interface
io.avaje.inject.spi.Module
-
Packages that use Module Package Description io.avaje.inject Avaje Inject API - seeBeanScope.io.avaje.inject.spi Building bean scope objects expected to only be used by generated code. -
-
Uses of Module in io.avaje.inject
Methods in io.avaje.inject with parameters of type Module Modifier and Type Method Description BeanScopeBuilderBeanScopeBuilder. modules(Module... modules)Specify the modules to include in dependency injection.default BeanScopeBuilderBeanScopeBuilder. withModules(Module... modules)Deprecated. -
Uses of Module in io.avaje.inject.spi
Subinterfaces of Module in io.avaje.inject.spi Modifier and Type Interface Description static interfaceModule.CustomMarker for custom scoped modules.
-