Update yang-parser-api
[yangtools.git] / yang / yang-parser-api / src / main / java / org / opendaylight / yangtools / yang / model / parser / api / YangParser.java
index 805efb6037fa7bdd02a51a8de77cbda94cf17daf..4ff9edbb3ec9ac65e5147d0083cd54d7b4791d4d 100644 (file)
@@ -25,9 +25,10 @@ import org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
  * Configurable single-use YANG parser. Each instance can be configured to use a different set of models after
  * which it is built. Models once added cannot be removed. Implementations are expected to be NOT thread-safe.
  *
- * @author Robert Varga
+ * @deprecated Use {@link org.opendaylight.yangtools.yang.parser.api.YangParser} instead.
  */
 @Beta
+@Deprecated(since = "7.0.0", forRemoval = true)
 public interface YangParser {
     /**
      * Return enumeration of concrete types of {@link SchemaSourceRepresentation} parsers created from this factory