Stereotype tags are used to store UML Stereotype references with property values. They can be used for all UML elements, such as class, interface, property, dependency etc.
@uml.stereotype (0..*)
Name |
Value Type |
Cardinality |
Default value |
Description |
uml_id |
String |
(1…1) |
|
It is the stereotype id from UML Profile. For example, |
identifier |
String |
(0…*) |
|
Each pair is used to store a value defined in the stereotype. |
Each UML element may have more than one stereotype tags. But the attribute “ uml_id” must have unique value.