Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing for generics #10

Open
jfirebaugh opened this issue Apr 24, 2017 · 0 comments
Open

Typing for generics #10

jfirebaugh opened this issue Apr 24, 2017 · 0 comments

Comments

@jfirebaugh
Copy link
Contributor

Even though Java generics are erased before runtime and not exposed via JNI, it might be useful to have them integrated in jni.hpp somehow for additional type-safety. One potential starting point: provide a way to write a method binding that specifies specialized generic types such as Object<List<Object<Integer>>>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant