klum-dsl / klum-ast

Turn your models into super models
https://github.com/klum-dsl/klum-ast/wiki
MIT License
3 stars 0 forks source link

Feature Toggles #265

Open pauxus opened 2 years ago

pauxus commented 2 years ago

For example for #164

By explicitly omitting or adding features, this makes the model more concise if needed.

This should be a part of the schema definition (i.e. the DSL annotation)

Open Question: Should this be configured once for all classes in a compilation (would be definition a lot easier), or for example in a package annotation?