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

Member predicate Annotation::getATypeArrayValue

Gets a value of the annotation element with the specified name, which must be declared as a Class array. This includes default values in case no explicit value is specified.

If the annotation element is defined with an array initializer, then the result will be one of the elements of that array. Otherwise, the result will be the single expression used as value.

Type getATypeArrayValue(string name)