/trunk/src/main/java/org/mentacontainer/Container.java |
---|
9,7 → 9,6 |
* <li> Auto-wiring based on name and type</li> |
* <li> Singleton</li> |
* <li> Wiring of external beans with the beans configured in this container</li> |
* <li> Annotation and XML free (programmatic configuration is the way to go!) |
* </ul> |
* |
* It does not get much simpler than that. |