diff --git a/core/lib/Drupal/Core/Action/Attribute/Action.php b/core/lib/Drupal/Core/Action/Attribute/Action.php
index eab816f670075f758149d4212e1d0351a24848ad..e36fdc521c27bc1da7cdbd7811ca5bc240919464 100644
--- a/core/lib/Drupal/Core/Action/Attribute/Action.php
+++ b/core/lib/Drupal/Core/Action/Attribute/Action.php
@@ -15,8 +15,6 @@
  * @see \Drupal\Core\Action\ActionBase
  * @see \Drupal\Core\Action\Plugin\Action\UnpublishAction
  * @see plugin_api
- *
- * @Annotation
  */
 #[\Attribute(\Attribute::TARGET_CLASS)]
 class Action extends Plugin {