Deprecate SchemaPath for removal 55/97355/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 30 Aug 2021 09:00:12 +0000 (11:00 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 31 Aug 2021 22:44:25 +0000 (22:44 +0000)
We do not have any users left in yangtools, we will be removing
SchemaPath in the next major release.

JIRA: YANGTOOLS-1239
Change-Id: I6c7ea3c742f90ec3a33d3e829aa5e382f01acc6c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/SchemaPath.java

index f22dfe92a704fd2f4809e6250c02cd2e2c70d0a4..652031978323794da1f036d1f5fa1ad65a87a4d6 100644 (file)
@@ -39,8 +39,9 @@ import org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Desce
  *                   to a specific statement. Unlike SchemaPath, though, it does not require additional lookup in most
  *                   cases</li>
  *             </ul>
+ *             This class is scheduled for removal in the next major release.
  */
-@Deprecated(since = "7.0.8")
+@Deprecated(since = "7.0.8", forRemoval = true)
 public abstract class SchemaPath implements Immutable {
 
     /**