Stereotype «CompatibilityInfo»
The stereotype «CompatibilityInfo» can be used to define information about version compatibility in the UML model.
This stereotype can be seen as a normalization for compatibility info defined directly on a compatibility group. Using this stereotype it can be avoided to define the same information multiple times.
This compatibility info will be considered for deprecations and breaking changes information.
| Stereotype | «CompatibilityInfo» |
|
|---|---|---|
| Applicable Elements | Component |
|
| Tagged Values | ||
| Name | Type | Description |
sunsetDate |
String |
The sunset date indicates the date (including) until which compatibility with a specific version will be provided. The expected date format is yyyy-mm-dd. |
baseVersion |
String |
Name of the version based on which compatibility will be defined e.g. version 3.x. |
firstNonCompatibleVersion |
String |
Name of the first version that will not be compatible anymore. |
Generated by JEAF Generator