class TestTopLevelAnnotationClass

Hierarchy

Expanded class hierarchy of TestTopLevelAnnotationClass

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php, line 370

Namespace

Doctrine\Tests\Common\Annotations
View source
class TestTopLevelAnnotationClass {

  /**
   * @\TopLevelAnnotation
   */
  private $field;

}

Members