google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
260 stars 31 forks source link

jni::Class now permits a new `Extends` arg to eventually support inheritance. #313

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 3 months ago

jni::Class now permits a new Extends arg to eventually support inheritance.

Implementation will come in a follow up commit.