Polishing

This commit is contained in:
Sam Brannen
2024-03-30 16:06:06 +01:00
parent 86b87d7d85
commit d360def92e
4 changed files with 8 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
/**
* Support classes for views based on the JSR-223 script engine abstraction
* (as included in Java 6+), e.g. using JavaScript via Nashorn on JDK 8.
* Contains a View implementation for scripted templates.
* Support classes for views based on the JSR-223 script engine abstraction.
* Contains a {@code View} implementation for scripted templates.
*/
@NonNullApi
@NonNullFields