Deprecate ProductAwareBuilder 60/97160/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Sep 2021 12:57:38 +0000 (14:57 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 27 Sep 2021 13:50:50 +0000 (13:50 +0000)
This interface is not used anywhere, deprecate it for removal.

JIRA: YANGTOOLS-1325
Change-Id: I81afcaabf475453feddf494efc62288a601500f2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit c6f00f6b9f04587bc5b9ecab472732693086297b)

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