DEBSOURCES
Skip Quicknav
sources / php-doctrine-annotations / 2.0.1-1%2Bdeb12u1 / tests / Doctrine / Tests / Common / Annotations / Fixtures / Annotation / SingleUseAnnotation.php
12345678910
<?php namespace Doctrine\Tests\Common\Annotations\Fixtures\Annotation; /** * @Annotation */ class SingleUseAnnotation { }