Mark deprecated methods for removal
[yangtools.git] / codec / yang-data-codec-binfmt / src / main / java / org / opendaylight / yangtools / yang / data / codec / binfmt / NormalizedNodeDataOutput.java
index fb2b68a2b664c73bdecd8ff5140e6a9d2acafc8f..d6da68ae805bb9f3db2fcf761dd4a3ee3f9256f5 100644 (file)
@@ -32,7 +32,7 @@ public interface NormalizedNodeDataOutput extends AutoCloseable, QNameAwareDataO
 
     void writeYangInstanceIdentifier(YangInstanceIdentifier identifier) throws IOException;
 
-    @Deprecated(forRemoval = true)
+    @Deprecated(since = "5.0.0", forRemoval = true)
     void writeSchemaPath(SchemaPath path) throws IOException;
 
     void writeSchemaNodeIdentifier(SchemaNodeIdentifier path) throws IOException;