alef-backend-java 0.17.0

Java (Panama FFM) backend for alef
Documentation
1
2
3
4
5
        } catch (Throwable e) {
            if (e instanceof RuntimeException re) { throw re; }
            throw new RuntimeException("{{ method_name }}: failed", e);
        }
    }