Seal TypedDataSchemaNode
[yangtools.git] / model / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / LeafSchemaNode.java
index 6a3eb9f852628a6b3f87ee4d5949c35fd8527d07..b80b22aa3211ab1287ae80b93d9ef5501a045fc9 100644 (file)
@@ -17,7 +17,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.LeafEffectiveStatement;
  * Since we are presenting the effective model of the world, the information dictated by 'default' and 'units'
  * substatements is captured in the type returned via {@link #getType()}.
  */
-public interface LeafSchemaNode extends TypedDataSchemaNode, MandatoryAware, MustConstraintAware,
+public non-sealed interface LeafSchemaNode extends TypedDataSchemaNode, MandatoryAware, MustConstraintAware,
         EffectiveStatementEquivalent<LeafEffectiveStatement> {
 
 }