Open
Description
The title really says it all. When you put ORM-mapping information AND validation rules in the entity using annotations the entity file can become rather big and more difficult to read.
So sometimes I prefer to put al that in yaml files and I would really love it if the schema generator could have an option to generate those files instead of generating annotations.