| 注释类型 | 说明 |
|---|---|
| Inject |
Domain Model should normal live in memory not in database. so cache in memory
is very important for domain model life cycle.
|
| OnCommand | |
| OnEvent |
Marks a method as a handler for a domain event sent by @Send;
it can be used together with in those classes with @Component or @Service;
|
| Owner | |
| Receiver | |
| Send |
Domain Model should normal live in memory not in database. so cache in memory
is very important for domain model life cycle.
|
Copyright © 2018. All rights reserved.