Skip to content

Release version 8.9.5 (#813)

Compare
Choose a tag to compare
@DanielKamkha DanielKamkha released this 03 Mar 10:58
· 633 commits to master since this release
d62d689

Features:

  • Added @Java(PositionalDefaults) attribute for structs. This attribute marks a struct to have an imitation of a
    constructor with optional positional parameters in Java (only if the struct has any fields with default values).