Poodinis (DI framework) 8.0.0 released
Mike Bierlee via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon Dec 26 11:34:40 PST 2016
Poodinis is a dependency injection framework for the D
programming language. It is heavily inspired by the Spring
Framework.
New in this release is value injection. Via injectors you can
inject value-types such as primitives or structs. Currently a
value injector using proper-d is available via a satellite
project.
Also new in this release is the addition of the @PostConstruct
and @PreDestroy UDAs, which allow you to specify methods which
should be executed when a dependency is created or removed from
the container.
All previously deprecated code has been removed in this version.
For more info, see the changelog.
You can find the project at:
Github: https://github.com/mbierlee/poodinis
D package registry: http://code.dlang.org/packages/poodinis
More information about the Digitalmars-d-announce
mailing list