| Current Path : /proc/self/root/proc/self/root/opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/ |
| Current File : //proc/self/root/proc/self/root/opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/Version.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
use Attribute;
/**
* @Annotation
* @Target("PROPERTY")
*/
#[Attribute(Attribute::TARGET_PROPERTY)]
final class Version implements MappingAttribute
{
}