Fixed issue #1
Possibility to inject ContainerFactoryInterface to access to container and create objects dynamically @Factory decorator to auto-create factories
@Optional decorator for constructor argument injection and property injection.
Spelling fixes and minor fixes in typing file.
@Inject and @ConstructorInject supports resolving by string definition. @ConstructorInject could be used to override factory method for constructor arguments.
Initial release.