Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 589 Bytes

File metadata and controls

22 lines (13 loc) · 589 Bytes
title Annotations
space Mendix 7 Reference Guide
parent domain-model

An annotation is an element that can be used to put comments in a domain model.

{% markdown %}

An order entity contains both a total amount and a discount attribute. You add an annotation to mention the fact that, unlike the total price, the discount is represented by a percentage and not an amount of money.

{% endmarkdown %}

Common Properties

Caption

The caption property contains the text of the annotation.