File tree Expand file tree Collapse file tree
jmolecules-architecture/jmolecules-cqrs-architecture/src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "stereotypes" : {
3+ "architecture.cqrs.Command" : {
4+ "assignments" : [
5+ " @org.jmolecules.architecture.cqrs.annotation.Command" ,
6+ " org.jmolecules.architecture.cqrs.Command" ,
7+ ],
8+ "groups" : [ " architecture.cqrs" ]
9+ },
10+ "architecture.cqrs.CommandDispatcher" : {
11+ "assignments" : [
12+ " @org.jmolecules.architecture.cqrs.annotation.CommandDispatcher" ,
13+ " org.jmolecules.architecture.cqrs.CommandDispatcher" ,
14+ ],
15+ "groups" : [ " architecture.cqrs" ]
16+ },
17+ "architecture.cqrs.CommandHandler" : {
18+ "assignments" : [
19+ " @org.jmolecules.architecture.cqrs.annotation.CommandHandler" ,
20+ " org.jmolecules.architecture.cqrs.CommandHandler" ,
21+ ],
22+ "groups" : [ " architecture.cqrs" ]
23+ },
24+ "architecture.cqrs.QueryModel" : {
25+ "assignments" : [
26+ " @org.jmolecules.architecture.cqrs.annotation.QueryModel" ,
27+ " org.jmolecules.architecture.cqrs.QueryModel" ,
28+ ],
29+ "groups" : [ " architecture.cqrs" ]
30+ }
31+ },
32+ "groups" : {
33+ "architecture.cqrs" : {
34+ "displayName" : " CQRS" ,
35+ "type" : " architecture" ,
36+ "priority" : 40
37+ }
38+ }
39+ }
You can’t perform that action at this time.
0 commit comments