We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a621d commit 37f665cCopy full SHA for 37f665c
java/ql/lib/semmle/code/java/J2EE.qll
@@ -6,6 +6,7 @@ module;
6
7
import Type
8
9
+/** Gets "java" or "jakarta". */
10
string javaxOrJakarta() { result = ["javax", "jakarta"] }
11
12
/** An entity bean. */
0 commit comments