Chris@0: . Chris@0: */ Chris@0: Chris@0: namespace Doctrine\Common\Annotations\Annotation; Chris@0: Chris@0: /** Chris@0: * Annotation that can be used to signal to the parser Chris@0: * to check if that attribute is required during the parsing process. Chris@0: * Chris@0: * @author Fabio B. Silva Chris@0: * Chris@0: * @Annotation Chris@0: */ Chris@0: final class Required Chris@0: { Chris@0: }