Bug 865: Deprecated Hydrogen Source Repository APIs
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / repo / SchemaSourceTransformation.java
index 6836618a85d78afc0363c300a0c382aa64ddd066..4282463e8c7564263d7b6083ac736f701a78ba43 100644 (file)
@@ -33,8 +33,11 @@ import com.google.common.annotations.Beta;
  *
  * @param <I> Input schema source representation
  * @param <O> Output schema source representation
+ *
+ * @deprecated Replaced with {@link org.opendaylight.yangtools.yang.model.repo.util.SchemaSourceTransformer}
  */
 @Beta
+@Deprecated
 public interface SchemaSourceTransformation<I, O> {
 
     /**