Returns true if className has a class annotation called annotationName.
function classAnnotationExists input TypeName className; input TypeName annotationName; output Boolean exists; end classAnnotationExists;
Revision | Author | Comment |
---|---|---|
16311 | sjoelund.se | Added to omc |