JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
266
stars
31
forks
source link
Id can now also indicate a parent (or grandparent) with an `ancestor_idx`. #314
Closed
copybara-service[bot] closed 4 months ago
Id can now also indicate a parent (or grandparent) with an
ancestor_idx
.This will be used in a downstream CL to support calling inherited methods.