Module dsl

Module dsl 

Source
Expand description

Domain-specific language for defining annotations.

Structs§

Ann
Auto
Marker for Make that creates value out of ToValue.

Enums§

Make
Represents a function that can create a Value out of T.
Reference
External reference attached to an annotation.

Functions§

ann
Creates a new annotation with label and a value generator. All optional fields are empty and can be later popupated by calling appropriate method on Ann.
auto
Automatically derives Value from ToValue instance.