diff --git a/core/lib/Drupal/Core/Condition/Annotation/Condition.php b/core/lib/Drupal/Core/Condition/Annotation/Condition.php
index d796865..2f8bc3d 100644
--- a/core/lib/Drupal/Core/Condition/Annotation/Condition.php
+++ b/core/lib/Drupal/Core/Condition/Annotation/Condition.php
@@ -53,11 +53,13 @@ class Condition extends Plugin {
   public $module;
 
   /**
-   * An array of contextual data.
+   * An array of context definitions describing the context used by the plugin.
    *
-   * @var array
+   * The array is keyed by context names.
+   *
+   * @var \Drupal\Core\Annotation\ContextDefinition[]
    */
-  public $condition = array();
+  public $context = array();
 
   /**
    * The category under which the condition should listed in the UI.
