You are here

namespace Doctrine\Common\Annotations\Annotation in Plug 7

Classsort descending Location Description
Attribute 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 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 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 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 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 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.