aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store/src/main/java/tools/refinery/store/model/ModelStoreConfiguration.java
blob: e94af5f8b8d893f106b083f1f533cc51a37388e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package tools.refinery.store.model;

@FunctionalInterface
public interface ModelStoreConfiguration {
	void apply(ModelStoreBuilder storeBuilder);
}