TopLevelAnnotation.php

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/TopLevelAnnotation.php
View source
<?php

use Doctrine\Common\Annotations\Annotation;

/** @Annotation */
class TopLevelAnnotation extends Annotation {

}

Classes

Namesort descending Description
TopLevelAnnotation