Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / common / tests / Doctrine / Tests / Common / Annotations / TopLevelAnnotation.php
1 <?php
2
3 use Doctrine\Common\Annotations\Annotation;
4
5 /** @Annotation */
6 class TopLevelAnnotation extends Annotation
7 {
8 }