CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (changelog, source)
Search

Member predicate Annotation::getBooleanValue

If the value type of the annotation element with the specified name is boolean, gets the boolean value used for that element. This includes default values in case no explicit value is specified.

boolean getBooleanValue(string name)