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,5 +1,5 @@
/**
* Core support package for type filtering (for example for classpath scanning).
* Core support package for type filtering (for example, for classpath scanning).
*/
@NonNullApi
@NonNullFields

View File

@ -1,8 +1,8 @@
/**
* Support for various programming model styles including the invocation of
* different types of handlers like an annotated controller or a simple WebHandler.
* Includes the handling of handler result values, e.g. @ResponseBody, view
* resolution, and so on.
* different types of handlers like an annotated controller or a simple
* {@code WebHandler}. Includes the handling of handler result values —
* for example, {@code @ResponseBody}, view resolution, and so on.
*/
@NonNullApi
@NonNullFields

View File

@ -1,7 +1,6 @@
/**
* Support classes for views based on the JSR-223 script engine abstraction
* (as included in Java 6+). For example 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

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