001/* 002 * SPDX-FileCopyrightText: none 003 * SPDX-License-Identifier: CC0-1.0 004 */ 005 006package gov.nist.secauto.metaschema.databind.model; 007 008import gov.nist.secauto.metaschema.core.model.IDefinition; 009 010public interface IBoundDefinition extends IBoundModelElement, IDefinition { 011 // no additional methods 012}