public interface DependencyInjectionProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Class<?> injectionDefinition) |
UnitModule |
convert(Object injectionDefinition)
Convert framework DI definition in nuun internal DI dependency guice module.
|
Object |
kernelDIProvider()
This method will return a bridge from kernel to module with this DI.
|
boolean canHandle(Class<?> injectionDefinition)
UnitModule convert(Object injectionDefinition)
injectionDefinition - Object kernelDIProvider()
Copyright © 2012-2014. All Rights Reserved.