Deprecate (Checked)Builder for removal
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / CheckedBuilder.java
index ca5389b3cde882166a827f13b583166eb6837f0b..511decfdc48d4b1794d9f4f3e96631d2579ff162 100644 (file)
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNull;
  * @deprecated This is an over-arching concept whose {@link #build()} method hides caller hierarchy. Users are advised
  *             to migrate away, either without a replacement interface, or with a proper domain-specific interface.
  */
-@Deprecated(since = "8.0.0")
+@Deprecated(since = "8.0.0", forRemoval = true)
 public interface CheckedBuilder<P, E extends Exception> extends Mutable {
     /**
      * Returns instance of the product. Multiple calls to this method are not required to return same instance if