| Current Path : /opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/ |
| Current File : //opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/MappingAttribute.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
/**
* A marker interface for mapping attributes.
*
* @phpstan-ignore interface.extendsDeprecatedInterface
*/
interface MappingAttribute extends Annotation
{
}