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 @NonNullApi
@NonNullFields @NonNullFields

View File

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

View File

@ -1,7 +1,6 @@
/** /**
* Support classes for views based on the JSR-223 script engine abstraction * 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 {@code View} implementation for scripted templates.
* Contains a View implementation for scripted templates.
*/ */
@NonNullApi @NonNullApi
@NonNullFields @NonNullFields

View File

@ -1,7 +1,6 @@
/** /**
* Support classes for views based on the JSR-223 script engine abstraction * 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 {@code View} implementation for scripted templates.
* Contains a View implementation for scripted templates.
*/ */
@NonNullApi @NonNullApi
@NonNullFields @NonNullFields