ContainedAnnotation

When objects are registered into a component container, this annotation marks in which sub-container it is required to store.

@safe
struct ContainedAnnotation {}

Members

Variables

id
string id;

The id of container which will manage component.

Meta