File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
jmolecules-architecture/jmolecules-cqrs-architecture/src/main/resources/META-INF
jmolecules-events/src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 "architecture.cqrs.Command" : {
44 "assignments" : [
55 " @org.jmolecules.architecture.cqrs.annotation.Command" ,
6- " org.jmolecules.architecture.cqrs.Command" ,
6+ " org.jmolecules.architecture.cqrs.Command"
77 ],
88 "groups" : [ " architecture.cqrs" ]
99 },
1010 "architecture.cqrs.CommandDispatcher" : {
1111 "assignments" : [
1212 " @org.jmolecules.architecture.cqrs.annotation.CommandDispatcher" ,
13- " org.jmolecules.architecture.cqrs.CommandDispatcher" ,
13+ " org.jmolecules.architecture.cqrs.CommandDispatcher"
1414 ],
1515 "groups" : [ " architecture.cqrs" ]
1616 },
1717 "architecture.cqrs.CommandHandler" : {
1818 "assignments" : [
1919 " @org.jmolecules.architecture.cqrs.annotation.CommandHandler" ,
20- " org.jmolecules.architecture.cqrs.CommandHandler" ,
20+ " org.jmolecules.architecture.cqrs.CommandHandler"
2121 ],
2222 "groups" : [ " architecture.cqrs" ]
2323 },
2424 "architecture.cqrs.QueryModel" : {
2525 "assignments" : [
2626 " @org.jmolecules.architecture.cqrs.annotation.QueryModel" ,
27- " org.jmolecules.architecture.cqrs.QueryModel" ,
27+ " org.jmolecules.architecture.cqrs.QueryModel"
2828 ],
2929 "groups" : [ " architecture.cqrs" ]
3030 }
Original file line number Diff line number Diff line change 1111 "assignments" : [
1212 " @org.jmolecules.event.annotation.DomainEventHandler"
1313 ],
14- "groups" : [ " org.jmolecules.event " ]
14+ "groups" : [ " events " ]
1515 },
1616 "events.Externalized" : {
1717 "assignments" : [
1818 " @org.jmolecules.event.annotation.Externalized" ,
1919 " org.jmolecules.event.types.Externalized"
2020 ],
21- "groups" : [ " org.jmolecules.event " ]
21+ "groups" : [ " events " ]
2222 }
2323 },
2424 "groups" : {
You can’t perform that action at this time.
0 commit comments