RegisterByType

This annotation allows you to specify by which super type the component should be registered. This enables you to use type-qualified alternatives for dependencies.

struct RegisterByType (
Type
) {}

Members

Variables

type
Type type;
Undocumented in source.

Meta