rename events package, add aggregat superclass
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
package mops.gruppen2.services;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* Übersetzt und baut
|
||||
*/
|
||||
@Service
|
||||
public class SerializationService {
|
||||
}
|
||||
Reference in New Issue
Block a user