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

Member predicate Annotation::getAnEnumConstantArrayValue

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

EnumConstant getAnEnumConstantArrayValue(string name)