Skip to content
Snippets Groups Projects
Commit b5f0e3d7 authored by Johannes Mey's avatar Johannes Mey
Browse files

use correct types for mapping

parent 0311cae7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,4 @@ rel TokenSyncDefinition.token -> TokenComponent;
ReadFromMqttDefinition : TokenSyncDefinition;
WriteToMqttDefinition : TokenSyncDefinition;
MappingDefinition ::= <ID> <Content> ;
rel MappingDefinition.from -> TypeDecl;
rel MappingDefinition.to -> TypeDecl;
MappingDefinition ::= <ID> From:JavaTypeUse To:JavaTypeUse <Content> ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment