1   /*
2    * SPDX-FileCopyrightText: none
3    * SPDX-License-Identifier: CC0-1.0
4    */
5   
6   package dev.metaschema.oscal.lib.model.control;
7   
8   @SuppressWarnings("PMD.ImplicitFunctionalInterface")
9   public interface IControlMatching {
10  
11    String getPattern();
12  
13  }