Deprecate ProductAwareBuilder
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / ProductAwareBuilder.java
index 0ac9fdabe12769096f462cc99e1d5e46816f50d5..40f38b657d9247687c2fa787d39dd0141aebcfb1 100644 (file)
@@ -13,7 +13,9 @@ package org.opendaylight.yangtools.concepts;
  * the mutable nature of Builders, this has to be done very carefully.
  *
  * @param <P> Product type
+ * @deprecated This interface never reached its intended use and is scheduled for removal.
  */
+@Deprecated(since = "7.0.9", forRemoval = true)
 public interface ProductAwareBuilder<P> extends Builder<P> {
     /**
      * Return the hash code of the product. This has to be equivalent