Package | Description |
---|---|
act.db.di | |
act.inject |
The package is all about Dependency Injections
|
Modifier and Type | Interface and Description |
---|---|
interface |
DaoInjectionListener |
Modifier and Type | Class and Description |
---|---|
class |
DaoInjectionListenerBase |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Class,java.util.List<DependencyInjectionListener>> |
DependencyInjectorBase.listeners |
Modifier and Type | Method and Description |
---|---|
void |
DependencyInjectorBase.registerDiListener(DependencyInjectionListener listener) |
void |
DependencyInjector.registerDiListener(DependencyInjectionListener listener)
Register a
DependencyInjectionListener to the injector |
Modifier and Type | Method and Description |
---|---|
static void |
DependencyInjectorBase.discoverDiListener(java.lang.Class<? extends DependencyInjectionListener> target) |
Copyright © 2014–2017 ActFramework. All rights reserved.