A Java library that implements a very limited dependency injection system.
Find a file
Emmanuel BENOîT 0c23f613d6 Improved component naming
* Setting a component information record's name to null will lead to an
anonymous component, while setting it to an empty string will lead to an
component whose name is that of its class.
* New Anonymous annotation to indicate that a component is meant to be
anonymous (conflicts with ParametricComponent or valued Component
annotations).
2015-09-16 11:10:54 +02:00
src Improved component naming 2015-09-16 11:10:54 +02:00
.gitignore Created project 2015-09-13 14:39:54 +02:00
pom.xml Started writing tests 2015-09-13 15:03:43 +02:00
TODO Improved component naming 2015-09-16 11:10:54 +02:00