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

Move Java G2Engine interface to canonical method signatures #55

Closed
barrycaceres opened this issue Mar 7, 2024 · 1 comment
Closed
Assignees
Labels
java Pull requests that update Java code V4 To be delivered in V4

Comments

@barrycaceres
Copy link
Contributor

barrycaceres commented Mar 7, 2024

Existing JNI Java interface needs to be converted to "package-private" access.

New public interface will be created using the canonical method signatures.

This includes changing the C "glue code" for JNI with new package/class naming as needed.

This ALSO includes javadoc documentation of all methods.

@barrycaceres barrycaceres self-assigned this Mar 7, 2024
@github-actions github-actions bot added the triage Need to triage label Mar 7, 2024
@docktermj docktermj added V4 To be delivered in V4 and removed triage Need to triage labels Mar 9, 2024
@jamietypovsky jamietypovsky added the java Pull requests that update Java code label Apr 4, 2024
@barrycaceres
Copy link
Contributor Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code V4 To be delivered in V4
Projects
None yet
Development

No branches or pull requests

3 participants