I want to describe some models of an API in a diagram. Is there a standard how to mark an attribute as readonly
? These attributes are set by the system and cannot be modified by the API consumer.
Currently I abuse the class diagram notation for private
and public
attributes. But I am not satisfied with this.
Thanks for your thoughts :)