Bug 865: Deprecated Hydrogen Source Repository APIs
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / impl / util / YangSourceFromCapabilitiesResolver.java
index cf3f5f2999ce767887cc806a81dfa55ecd277dc2..5d09777914f98967f5222a7b57ca8fae3bfe8d7a 100644 (file)
@@ -24,6 +24,7 @@ import org.opendaylight.yangtools.yang.model.util.repo.SourceIdentifier;
  * and there is {@link SchemaSourceProvider} able to retrieve YANG models.
  *
  */
+@Deprecated
 public final class YangSourceFromCapabilitiesResolver extends YangSourceContextResolver {
 
     private final Iterable<QName> capabilities;