class TestNonExistentAnnotationClass

Hierarchy

Expanded class hierarchy of TestNonExistentAnnotationClass

File

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

Namespace

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

  /**
   * @Foo\Bar\Name
   */
  private $field;

}

Members