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
244 stars 29 forks source link

Parent definitions in `JniT` use the derived `Class` information. #329

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Parent definitions in JniT use the derived Class information.

I believe this is necessary for inheritance to work with class loaded objects properly.

Also, ParentT has been renamed to ParentJniT to disambiguate from ParentT when used in relation to a class (i.e. ParentJniT refers to the JniT of the ParentT).