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