16 classes are annotated with Target

AnnotationEnum in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnum.php
Plugin annotation @Target("ALL");
AnnotationEnumInvalid in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php
Plugin annotation @Target("ALL");
AnnotationEnumLiteral in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteral.php
Plugin annotation @Target("ALL");
AnnotationEnumLiteralInvalid in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php
Plugin annotation @Target("ALL");
AnnotationTargetAll in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
Plugin annotation @Target("ALL");
AnnotationTargetAnnotation in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php
Plugin annotation @Target({ "ANNOTATION" })
AnnotationTargetClass in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php
Plugin annotation @Target("CLASS");
AnnotationTargetPropertyMethod in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php
Plugin annotation @Target({ "METHOD", "PROPERTY" })
AnnotationWithAttributes in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithAttributes.php
Plugin annotation @Target("ALL") @Attributes({ @Attribute("mixed", type = "mixed"), @Attribute("boolean", type = "boolean"), @Attribute("bool", type = "bool"), @Attribute("float", …
AnnotationWithConstants in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithConstants.php
Plugin annotation @Target("ALL");
AnnotationWithInvalidTargetDeclaration in core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
Plugin annotation @Target("Foo");
AnnotationWithRequiredAttributes in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributes.php
Plugin annotation @Target("ALL") @Attributes({ @Attribute("value", required = true , type = "string"), @Attribute("annot", required = true , type =…
AnnotationWithRequiredAttributesWithoutContructor in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php
Plugin annotation @Target("ALL");
AnnotationWithTargetSyntaxError in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithTargetSyntaxError.php
Plugin annotation @Target(@)
AnnotationWithVarType in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithVarType.php
Plugin annotation @Target("ALL");
Version in core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Version.php
Plugin annotation @Target("PROPERTY");

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.