Java: Add release note and address review comments.

This commit is contained in:
Michael Nebel
2023-08-04 13:36:43 +02:00
parent ffd1456d67
commit d3eb9c1325
4 changed files with 9 additions and 4 deletions

View File

@@ -397,8 +397,8 @@ The following components are supported:
- **SyntheticGlobal[**\ `name`\ **]** selects the synthetic global with name `name`.
- **ArrayElement** selects the elements of an array.
- **Element** selects the elements of a collection-like container.
- **WithoutElement** selects a collection-like container without its elements (input only).
- **WithElement** selects the elements of a collection-like container but not the container itself (input only).
- **WithoutElement** selects a collection-like container without its elements. This is for input only.
- **WithElement** selects the elements of a collection-like container, but points to the container itself. This is for input only.
- **MapKey** selects the element keys of a map.
- **MapValue** selects the element values of a map.