ValueAnnotation

Construct the instance using value provided in annotation

@safe
struct ValueAnnotation (
Value
) {}

Members

Variables

value
Value value;

value = value that should be component created with

Meta