1

rename events package, add aggregat superclass

This commit is contained in:
Christoph
2020-03-06 14:40:55 +01:00
parent 166e3bb5fb
commit 1ddfab0091
9 changed files with 61 additions and 47 deletions

View File

@ -0,0 +1,10 @@
package mops.gruppen2.services;
import org.springframework.stereotype.Service;
/**
* Übersetzt und baut
*/
@Service
public class SerializationService {
}