Java: Add change note

This commit is contained in:
idrissrio
2025-07-23 15:10:28 +02:00
parent 3a9a559d25
commit c26a56a332

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added support for Java 25 compact source files (JEP 512). The new predicate `Class.isImplicit()` identifies classes that are implicitly declared when using compact source files, and the new predicate `CompilationUnit.isCompactSourceFile()` identifies compilation units that contain compact source files.