Skip to content

Commit

Permalink
Clarify that obsolete is not inherited.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jul 5, 2019
1 parent 21dabb8 commit b2a15aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chapters/annotations.tex
Expand Up @@ -1123,6 +1123,10 @@ \section{Annotations for the Graphical User Interface}\doublelabel{annotations-f

It indicates that the class ideally should not be used anymore and gives
a message indicating the recommended action.
This annotation is not inherited, the assumption is that if a class uses
an obsolete class (as a base-class or as the class of one of the components)
that shall be updated - ideally without impacting users of the class.
If that is not possible the current class can have also have an obsolete-annotation.

A declaration may have the following annotations:
\begin{lstlisting}[language=modelica]
Expand Down

0 comments on commit b2a15aa

Please sign in to comment.