Files
codeql/java/ql/test/kotlin/library-tests/annotation_classes/classes.ql
2022-05-10 19:51:24 +01:00

6 lines
92 B
Plaintext

import java
from ClassOrInterface x
where x.fromSource()
select x, x.getPrimaryQlClasses()