business icon indicating copy to clipboard operation
business copied to clipboard

Introduce typed properties in specification DSL

Open adrienlauer opened this issue 5 years ago • 0 comments

Specification DSL only supports untyped properties. A new method should be added :

... <X> property(String name, Class<X> propertyClass)

While not inherently type-safe, this would allow to retain type information in further DSL calls, improving developer experience.

adrienlauer avatar Jan 28 '21 16:01 adrienlauer