Uses of Interface
io.avaje.inject.BeanScope
| Package | Description |
|---|---|
| io.avaje.inject |
Avaje Inject API - see
ApplicationScope and BeanScope. |
| io.avaje.inject.spi |
Building bean scope objects expected to only be used by generated code.
|
-
Uses of BeanScope in io.avaje.inject
-
Uses of BeanScope in io.avaje.inject.spi
Methods in io.avaje.inject.spi that return BeanScope Modifier and Type Method Description BeanScopeBuilder. build(boolean withShutdownHook)Build and return the bean scope.