mirror of
https://github.com/github/codeql.git
synced 2026-02-20 00:43:44 +01:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
/**
|
|
* A module importing all generated Models as Data models.
|
|
*/
|
|
|
|
import java
|
|
|
|
private module GeneratedFrameworks {
|
|
private import apache.IOGenerated
|
|
private import kotlin.StdLibGenerated
|
|
}
|