001/*
002 * SPDX-FileCopyrightText: none
003 * SPDX-License-Identifier: CC0-1.0
004 */
005
006package dev.metaschema.oscal.lib.model.control;
007
008public abstract class AbstractControlMatching implements IControlMatching {
009  protected AbstractControlMatching() {
010    // base class for generated matching bindings
011  }
012}