Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/annotations/lib/Doctrine/Common
<?php
namespace Doctrine\Common\Annotations;
/**
* Marker interface for PHP7/PHP8 compatible support
* for named arguments (and constructor property promotion).
*
* @deprecated Implementing this interface is deprecated
* Use the Annotation @NamedArgumentConstructor instead
*/
interface NamedArgumentConstructorAnnotation
{
}