Required.php 234 B

12345678910111213
  1. <?php
  2. namespace Doctrine\Common\Annotations\Annotation;
  3. /**
  4. * Annotation that can be used to signal to the parser
  5. * to check if that attribute is required during the parsing process.
  6. *
  7. * @Annotation
  8. */
  9. final class Required
  10. {
  11. }