The Expressions library enables language-level code expressions to be represented as objects in the
form
of expression trees at runtime,
for example, a method call or a binary operation such as x < y.
This enables dynamic analysis of lambda's code, usually for building fluent interfaces.
Version2.7.0compared with
Version Details
| 2.6.1 | 2.7.0 | |
|---|---|---|
| Release date | Dec 22, 2020 | Jun 15, 2021 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (1)
| 2.6.1 | 2.7.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.ow2.asm » asm | 9.0 | 9.1 |
Provided Changes (1)
| 2.6.1 | 2.7.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.projectlombok » lombok | 1.18.16 | 1.18.20 |