ValueAnnotation

Construct the instance using value provided in annotation

  1. struct ValueAnnotation(Value)
    @safe
    struct ValueAnnotation (
    Value
    ) {}
  2. ValueAnnotation!T value(T value)

Members

Variables

value
Value value;

value = value that should be component created with

Meta