Version.php

Namespace

Doctrine\Tests\Common\Annotations\Fixtures\Annotation

File

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

namespace Doctrine\Tests\Common\Annotations\Fixtures\Annotation;


/**
 * @Annotation
 * @Target("PROPERTY")
 */
final class Version {

}

Classes

Namesort descending Description
Version Plugin annotation @Target("PROPERTY");