1 /*
2 * SPDX-FileCopyrightText: none
3 * SPDX-License-Identifier: CC0-1.0
4 */
5
6 package dev.metaschema.oscal.lib.model.control;
7
8 public abstract class AbstractControlMatching implements IControlMatching {
9 protected AbstractControlMatching() {
10 // base class for generated matching bindings
11 }
12 }