Deprecate DerivableSchemaNode
[yangtools.git] / model / yang-model-ri / src / main / java / org / opendaylight / yangtools / yang / model / ri / stmt / impl / eff / EmptyLeafEffectiveStatement.java
index 85acad97a99153042c58db673111be6b41e7abe3..898d265a3b9fa2ce155b057362886889c4ade904 100644 (file)
@@ -22,6 +22,7 @@ public final class EmptyLeafEffectiveStatement extends AbstractLeafEffectiveStat
     }
 
     @Override
+    @Deprecated(since = "7.0.9", forRemoval = true)
     public Optional<LeafSchemaNode> getOriginal() {
         return Optional.empty();
     }