/
home
/
obinna
/
html
/
amply
/
vendor
/
doctrine
/
annotations
/
lib
/
Doctrine
/
Common
/
Annotations
/
Annotation
/
Upload File
HOME
<?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 { }