Deprecate PathExpressionImpl for removal 09/86609/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 29 Dec 2019 08:07:59 +0000 (09:07 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 29 Dec 2019 08:07:59 +0000 (09:07 +0100)
This transitional class is deprecated, mark it for removal, too.

Change-Id: I8241fd17780f1a9bd5940d2e3dfc52888f301a29
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/PathExpressionImpl.java

index 70782bdd1ed168d6264847fe72ae896954d33dce..4273929b7b69f34bb96bdc5b99d33aed6c9a0a4c 100644 (file)
@@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable;
  * @deprecated This is a transitional class to transition from {@link RevisionAwareXPathImpl}. Users are advised to
  *             supply their own implementation of PathExpression.
  */
-@Deprecated
+@Deprecated(forRemoval = true)
 @NonNullByDefault
 public final class PathExpressionImpl extends AbstractPathExpression {
     private final @Nullable Steps steps;