Remove Naming.RPC_SERVICE_SUFFIX
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / BitsTypeObject.java
index 7453ece9999ea0c156c0dd33e60f5dcbb328f353..ae4abca4145278b479c9a49e64585b91221b0b5d 100644 (file)
@@ -13,7 +13,7 @@ import org.eclipse.jdt.annotation.NonNull;
 /**
  * Interface implemented by all {@link TypeObject}s generated for {@code type bits}.
  */
-public interface BitsTypeObject extends TypeObject {
+public non-sealed interface BitsTypeObject extends TypeObject {
     /**
      * Return the set of strings which are valid {@code bit} names for this type. The iteration order of the returned
      * set is required to match effective bit {@code position} assignment.