Seal ItemOrder and MutationBehaviour
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / Mutable.java
index f6f2893f7222136494c459275fe88da71b9f6f6e..f5ad016c3f22cd0f75418b2d817e7132e137de52 100644 (file)
@@ -13,6 +13,6 @@ package org.opendaylight.yangtools.concepts;
  *
  * @author Tony Tkacik
  */
-public interface Mutable extends MutationBehaviour<Mutable> {
-
+public non-sealed interface Mutable extends MutationBehaviour<Mutable> {
+    // Marker interface only
 }