We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afab13e commit 498c225Copy full SHA for 498c225
java/ql/src/semmle/code/java/frameworks/spring/SpringBeans.qll
@@ -1,11 +1,14 @@
1
/**
2
- * Provides classes for working with Spring classes and interfaces from
+ * Provides classes and predicates for working with Spring classes and interfaces from
3
* `org.springframework.beans`.
4
*/
5
6
import java
7
import semmle.code.java.dataflow.ExternalFlow
8
9
+/**
10
+ * Provides models for the `org.springframework.beans` package.
11
+ */
12
module SpringBeans {
13
private class FlowSummaries extends SummaryModelCsv {
14
override predicate row(string row) {
0 commit comments