}
}
}
private void addDependencies(LifecycleManager manager, Object obj, TypeLiteral<?> type, LifecycleMethods methods) {
DAGManager dagManager = manager.getDAGManager();
dagManager.addObjectMapping(type, obj, methods);
applyInjectionPoint(getConstructorInjectionPoint(type), dagManager, type);
for ( InjectionPoint injectionPoint : getMethodInjectionPoints(type) )
{
applyInjectionPoint(injectionPoint, dagManager, type);