mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 12:14:01 +01:00
21 lines
582 B
D
21 lines
582 B
D
/**
|
|
* Main module for typical inclusion into client applications.
|
|
*
|
|
* This module publicly imports all Poodinis modules.
|
|
*
|
|
* Part of the Poodinis Dependency Injection framework.
|
|
*
|
|
* Authors:
|
|
* Mike Bierlee, m.bierlee@lostmoment.com
|
|
* Copyright: 2014-2015 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.dependency;
|
|
|
|
public import poodinis.autowire;
|
|
public import poodinis.container;
|
|
public import poodinis.registration;
|