diff --git a/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php b/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php
index 2d87c0e..4ac5d9a 100644
--- a/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php
+++ b/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php
@@ -48,6 +48,9 @@ public function load(array $ids = NULL);
    *
    * @return \Drupal\Core\Entity\EntityInterface
    *   The unchanged entity, or FALSE if the entity cannot be loaded.
+   *
+   * @todo Remove this method once we have a reliable way to retrieve the
+   *   unchanged entity from the entity object.
    */
   public function loadUnchanged($id);
 
