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. withModules(Module... modules)Specify the modules to include in dependency injection. -
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.
-