Deprecate SemVer import mode
[yangtools.git] / plugin / plugin-generator-api / src / main / java / org / opendaylight / yangtools / plugin / generator / api / FileGenerator.java
index 200b7c2d7312c4fb681b67bc3f5f1a293ed71395..f255817de9edd10ae0e2ca510d3e5215c106be1b 100644 (file)
@@ -66,6 +66,7 @@ public interface FileGenerator {
          * be satisfied by module which exports the latest compatible revision. Imports which do not specify semantic
          * version will be resolved just as they would be via {@link #REVISION_EXACT_OR_LATEST}.
          */
+        @Deprecated(since = "7.0.11", forRemoval = true)
         SEMVER_LATEST,
     }
 }