. */ namespace Doctrine\ORM\Mapping; /** * @Annotation * @Target("CLASS") */ final class HasLifecycleCallbacks implements Annotation { }