You are here

namespace Doctrine\Common\Annotations\Annotation in Service Container 7.2

Same name in other branches
  1. 7 Doctrine\Common\Annotations\Annotation
Classsort descending Location Description
Attribute modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php Annotation that can be used to signal to the parser to check the attribute type during the parsing process.
Attributes modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php Annotation that can be used to signal to the parser to check the types of all declared attributes during the parsing process.
Enum modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php Annotation that can be used to signal to the parser to check the available values during the parsing process.
IgnoreAnnotation modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php Annotation that can be used to signal to the parser to ignore specific annotations during the parsing process.
Required modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php Annotation that can be used to signal to the parser to check if that attribute is required during the parsing process.
Target modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php Annotation that can be used to signal to the parser to check the annotation target during the parsing process.