mirror of
https://github.com/github/codeql.git
synced 2026-05-27 09:31:30 +02:00
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
/**
|
|
* A module importing all generated Models as Data models.
|
|
*/
|
|
|
|
import java
|
|
|
|
private module GeneratedFrameworks {
|
|
private import apache.IOGenerated
|
|
}
|