1 /* 2 * SPDX-FileCopyrightText: none 3 * SPDX-License-Identifier: CC0-1.0 4 */ 5 6 package gov.nist.secauto.metaschema.databind.model; 7 8 import gov.nist.secauto.metaschema.core.model.IDefinition; 9 10 public interface IBoundDefinition extends IBoundModelElement, IDefinition { 11 // no additional methods 12 }