class TestImportWithConcreteAnnotation

Hierarchy

Expanded class hierarchy of TestImportWithConcreteAnnotation

File

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

Namespace

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

  /**
   * @DummyAnnotation(dummyValue = "bar")
   */
  private $field;

}

Members

Namesort descending Modifiers Type Description Overrides
TestImportWithConcreteAnnotation::$field private property Plugin annotation @DummyAnnotation(dummyValue = "bar")