poodinis/source/poodinis/dependency.d
2015-01-25 21:55:02 +01:00

13 lines
365 B
D

/**
* Poodinis Dependency Injection Framework
* Copyright 2014-2015 Mike Bierlee
* This software is licensed under the terms of the MIT license.
* The full terms of the license can be found in the LICENSE file.
*/
module poodinis.dependency;
public import poodinis.autowire;
public import poodinis.container;
public import poodinis.registration;