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
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | className | ||
| TypeName | annotationName |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | value |
Revisions
| Revision | Author | Comment |
|---|---|---|
| 16311 | sjoelund.se | Added to omc |