Skip to content

Add MultiInject decorator for a more explicit usage of multi injection #3

Description

@RobinBuschmann

Multi-injection is currently possible via type annotations. Which means, if the annotated type is of type Array the injection will automatically processed as a multi-injection: @Inject(TOKEN) items: SomeInterface[]. For a more explicit usage a MultiInject decorator should be implemented.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions