Maker v2.7.2 Release Notes

Release Date: 2026-02-23 // 4 months ago
    • ➕ Added support for defining explicitly named inner classes.
    • When a method is overloaded to accept a short or int parameter and the argument is a byte, bind to the short variant instead of failing with "No best matching method found".

Previous changes from v2.7.1

    • 👌 Support invocation of inherited interface methods, for resolving default method conflicts.