UML Modeling Guide

Stereotype «Maturity»

Stereotype «Maturity»

The stereotype «Maturity» is used to indicate the maturity level of a model element. For example, it can denote that elements within a specific package or domain are still considered experimental.


Stereotype «Maturity»  
Applicable Elements NamedElement  
Tagged Values    
Name Type Description
maturityLevel MaturityLevel Maturity level of the annotated element.

The following maturity levels are supported:

- UNDER_CONSTRUCTION: The element is still being developed and may change in incompatible ways without prior notice.

- EXPERIMENTAL: The element can already be used, but it is not yet stable. It may not function correctly and can still change, including in incompatible ways.

- STABLE: The element is stable and can be used as intended. “Stable” means it only evolves according to defined compatibility rules (e.g., semantic versioning).

- END_OF_LIFE: The element should no longer be used.


Generated by JEAF Generator