Currently, there is no mechanism to pass down custom ( non-EMF ) Java annotations to code generated off EMF Ecore.
Usage of such code generated off EMF model prevents utilization of e.g. Swagger Annotations to generate OpenAPI specification dynamically.
Especially in the case of EMF model based on the ‘GeoJSON’ standard, lack of such feature in EMF itself makes it impossible for Swagger generator to even find Geometry sub-types (e.g. Point, Polygon, LineString, etc.) and serialization / deserialization to work properly, as Swagger requires so called discriminator and discriminator mapping in models utilizing class inheritance.
More info

Currently, there is no mechanism to pass down custom ( non-EMF ) Java annotations to code generated off EMF Ecore.
Usage of such code generated off EMF model prevents utilization of e.g. Swagger Annotations to generate OpenAPI specification dynamically.
Especially in the case of EMF model based on the ‘GeoJSON’ standard, lack of such feature in EMF itself makes it impossible for Swagger generator to even find
Geometrysub-types (e.g.Point,Polygon,LineString, etc.) and serialization / deserialization to work properly, as Swagger requires so called discriminator and discriminator mapping in models utilizing class inheritance.More info
“Swagger”
“OpenAPI Generator”: https://openapi-generator.tech/
“GeoJSON”: https://geojson.org/