Deprecate preliminary XPath/NormalizedNode interfaces
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / xpath / XPathSchemaContextFactory.java
index 06669747c55e9ecfd76d3281ec5f7e857358c473..60ba0c9d17a0d0d770481e8f25b38add4ab2b0a0 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
  * <p>
  * Implementations are required to support {@link java.util.ServiceLoader}.
  */
+@Deprecated
 @NonNullByDefault
 public interface XPathSchemaContextFactory {
     /**