Required.php
Same filename in this branch
Namespace
Doctrine\Common\Annotations\AnnotationFile
-
vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ Required.php
View source
<?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 {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Required | Annotation that can be used to signal to the parser to check if that attribute is required during the parsing process. |