module skadi.container.interfaces;


interface CreationScope
{
	public Object getInstance();
}