The documentation you are viewing is for an older version of this component.
Switch to the latest (v4) version.
dot-annotated-services
is DotKernel's dependency injection service.
By providing reusable factories for service and repository injection, it reduces code complexity in projects.
dot-annotated-services
v5 has been abandoned in favor of dot-dependency-injection, which uses PHP attributes instead of annotations.Going forward, if you want to use annotations in your projects, use dot-annotated-services v4, else use
dot-dependency-injection
.