DEBSOURCES
Skip Quicknav
sources / php-doctrine-annotations / 2.0.2-3 / tests / Doctrine / Tests / Common / Annotations / TopLevelAnnotation.php
12345678
<?php use Doctrine\Common\Annotations\Annotation; /** @Annotation */ class TopLevelAnnotation extends Annotation { }