mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Add master module "dependency"
This commit is contained in:
parent
1d74064c15
commit
82ea4369b8
12
source/poodinis/dependency.d
Normal file
12
source/poodinis/dependency.d
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* Poodinis Dependency Injection Framework
|
||||
* Copyright 2014 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;
|
Loading…
Reference in a new issue