/** * Skadi.d Web Framework * * Forked from: https://github.com/mbierlee/poodinis * Authors: Mike Bierlee, Faianca * Copyright: Copyright (c) 2015 Mike Bierlee, Faianca * License: MIT License, see LICENSE */ module skadi.container.interfaces; interface CreationScope { public Object getInstance(); }