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

Provide layer3 annotations that replace abstract methods (or fields?) with Layer3 methods #272

Closed pauxus closed 1 year ago

pauxus commented 1 year ago

something like:

@Layer3 abstract Map<String, Application> getApplications()
@Layer3 Map<String, Application> getApplications() {
  ClusterModel.getNonEmptyPropertyMap(this, Application)
}

Filters and further details can be put into Annotation-Fields

pauxus commented 1 year ago

Done with #273