* move security content from spring-security-rest-full * swagger update * move query language to new module * rename spring-security-rest-full to spring-rest-full * group persistence modules * group testing modules * try fix conflict
3 lines
54 B
Groovy
3 lines
54 B
Groovy
interface Notifier {
|
|
void notify(String message)
|
|
} |