Include stubs for javax

This commit is contained in:
Joe Farebrother
2021-07-15 10:58:12 +01:00
parent f59ab527b4
commit af78b99475

View File

@@ -163,7 +163,7 @@ abstract class ExcludedPackage extends Package { }
/** Exclude types from the standard library. */
private class DefaultLibs extends ExcludedPackage {
DefaultLibs() { this.getName().matches(["java.%", "javax.%", "jdk.%", "sun.%"]) }
DefaultLibs() { this.getName().matches(["java.%", "jdk.%", "sun.%"]) }
}
private string stubAccessibility(Member m) {