I am working with JAVA + Olingo Odata v4 library and I was wondering if there is an easier way to "generate" entity types / entities / entitysets using annotations as it used to be the case as in v2 of the same library.
In my opinion manually "binding" entities several times (for the metadata as definition, for the set and for the separate entity as values ) is kinda strange and "not modernistic".
Maybe I am missing the point of it all, so I would be glad to read some opinions that will open my eyes.