1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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 * @Annotation
* @Target("PROPERTY") * @Target("CLASS")
*/ */
final class Embeddable implements Annotation final class Embeddable implements Annotation
{ {

View file

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