astrXbian/www/multitube/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php

14 lines
234 B
PHP
Raw Normal View History

2021-03-20 01:33:02 +01:00
<?php
namespace Doctrine\Common\Annotations\Annotation;
/**
* Annotation that can be used to signal to the parser
* to check if that attribute is required during the parsing process.
*
* @Annotation
*/
final class Required
{
}