mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
4410206ec4
And convert tabs to spaces
20 lines
561 B
D
20 lines
561 B
D
/**
|
|
* Package module for the Poodinis Dependency Injection framework.
|
|
*
|
|
* Authors:
|
|
* Mike Bierlee, m.bierlee@lostmoment.com
|
|
* Copyright: 2014-2018 Mike Bierlee
|
|
* License:
|
|
* 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;
|
|
|
|
public import poodinis.autowire;
|
|
public import poodinis.container;
|
|
public import poodinis.registration;
|
|
public import poodinis.context;
|
|
public import poodinis.factory;
|
|
public import poodinis.valueinjection;
|