ORMD 2.3.3.860, MVC: Symfony2, ORM: Doctrine2
We have a Timestampable behavior that we include via a trait. The lifecycle callbacks are included in ORM Designer, however a new empty method is generated every time by the export with the defined lifecycle callback annotation "@ORM\PrePersist".
It would be great if the annotation parser would consider traits, too, and therefore deduct that there is already such a method with the correct annotation that is available to the class.
I can provide a minimal test case if needed.