.OpenModelica.Scripting.classAnnotationExists

Checks if an annotation exists in a class.

Information

Returns true if className has a class annotation called annotationName.

Interface

function classAnnotationExists
  input TypeName className;
  input TypeName annotationName;
  output Boolean exists;
end classAnnotationExists;

Revisions

RevisionAuthorComment
16311sjoelund.seAdded to omc

Generated at 2026-02-03T19:14:02Z by OpenModelicaOpenModelica 1.26.1 using GenerateDoc.mos