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

Member predicate Annotation::getAStringArrayValue

Gets a value of the annotation element with the specified name, which must be declared as a string 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.

string getAStringArrayValue(string name)