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

Compile Changes (1)

2.6.1 2.7.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.ow2.asm » asm9.09.1

Provided Changes (1)

2.6.1 2.7.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.projectlombok » lombok1.18.161.18.20

Test Changes (1)

2.6.1 2.7.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated junit » junit4.13.14.13.2