functiongetBooleanClassAnnotation

Checks if an annotation exists and returns its value

Information

Returns the value of the class annotation annotationName of class className. If there is no such annotation, or if it is not true or false, this function fails.

Inputs

TypeNameDefaultDescription
TypeNameclassName
TypeNameannotationName

Outputs

TypeNameDefaultDescription
Booleanvalue

Revisions

RevisionAuthorComment
16311sjoelund.seAdded to omc