Overlay: Add overlay annotations to Java & shared libraries

This commit is contained in:
Kasper Svendsen
2025-06-16 13:06:31 +02:00
parent 2218a981f6
commit c207cfdeb7
428 changed files with 966 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
/**
* Provides classes and predicates for working with Android manifest files.
*/
overlay[local?]
module;
import XML

View File

@@ -1,6 +1,8 @@
/**
* Provides classes and predicates for working with targets in Apache Ant build files.
*/
overlay[local?]
module;
import XML

View File

@@ -1,6 +1,8 @@
/**
* Provides classes and predicates for working with Maven POM files and their content.
*/
overlay[local?]
module;
import XML

View File

@@ -1,3 +1,6 @@
overlay[local?]
module;
import java
/**

View File

@@ -1,6 +1,8 @@
/**
* Provides classes and predicates for working with XML files and their content.
*/
overlay[local?]
module;
import semmle.files.FileSystem
private import codeql.xml.Xml