| Enum | Description |
|---|---|
| UCStereotype |
Determines the Use Case (Command) stereotype.
|
| Annotation Type | Description |
|---|---|
| DTO |
The annotation is used to mark classes used as data transfer objects for UES
Service methods.
|
| UESCommand |
Marker for methods to determine its Use Case stereotype - used for Use Case Registry
|
| UESService |
The annotation used to mark classes and interfaces as UES Service (System Session Facade).
|