1
0
mirror of synced 2024-12-05 03:06:05 +03:00

fixes annotation context

This commit is contained in:
Johannes M. Schmitt 2013-11-01 22:33:59 +01:00
parent 4f6c15099a
commit f86abd81dd
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace Doctrine\ORM\Mapping;
/**
* @Annotation
* @Target("PROPERTY")
* @Target("CLASS")
*/
final class Embeddable implements Annotation
{

View File

@ -21,7 +21,7 @@ namespace Doctrine\ORM\Mapping;
/**
* @Annotation
* @Target("CLASS")
* @Target("PROPERTY")
*/
final class Embedded implements Annotation
{