File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
core/sds-aspect-meta-model-java/src/main/java/io/openmanufacturing/sds/metamodel Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
3
+ *
4
+ * See the AUTHORS file(s) distributed with this work for additional
5
+ * information regarding authorship.
6
+ *
7
+ * This Source Code Form is subject to the terms of the Mozilla Public
8
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
9
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
10
+ *
11
+ * SPDX-License-Identifier: MPL-2.0
12
+ */
13
+
14
+ package io .openmanufacturing .sds .metamodel ;
15
+
16
+ import io .openmanufacturing .sds .aspectmodel .resolver .services .VersionedModel ;
17
+
18
+ public record AspectContext (VersionedModel rdfModel , Aspect aspect ) {
19
+ }
You can’t perform that action at this time.
0 commit comments