Put imports implementing abstract classes in private module

This commit is contained in:
Owen Mansel-Chan
2026-02-13 22:51:53 +00:00
parent 3c161f9c93
commit c7099584b4

View File

@@ -7,7 +7,15 @@ overlay[local?]
module;
import java
private import semmle.code.java.frameworks.JavaxAnnotations
/**
* A module importing the frameworks that implement `RegexMatch`es,
* ensuring that they are visible to the concepts library.
*/
private module Frameworks {
private import semmle.code.java.JDK
private import semmle.code.java.frameworks.JavaxAnnotations
}
/**
* An expression that represents a regular expression match.