Deprecate getSemanticVersion() for removal
[yangtools.git] / model / yang-model-ri / src / main / java / org / opendaylight / yangtools / yang / model / ri / stmt / impl / eff / ImportEffectiveStatementImpl.java
index c7147dddb06dff3b1b3b087c3abae89182db53c8..0a0818b75fffc2e928704e5ff4d531b993ab331c 100644 (file)
@@ -43,6 +43,7 @@ public final class ImportEffectiveStatementImpl extends WithSubstatements<String
     }
 
     @Override
+    @Deprecated(since = "8.0.4", forRemoval = true)
     public Optional<SemVer> getSemanticVersion() {
         return Optional.ofNullable(semVer);
     }