mirror of
https://github.com/github/codeql.git
synced 2026-06-09 15:04:14 +02:00
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
/**
|
|
* Provides Java-specific definitions for use in the data flow library.
|
|
*/
|
|
module Private {
|
|
import DataFlowPrivate
|
|
import DataFlowDispatch
|
|
}
|
|
|
|
module Public {
|
|
import DataFlowUtil
|
|
}
|