senzing-garage / g2-sdk-java

Java SDK hosted on MvnRepository.
https://mvnrepository.com/artifact/com.senzing/g2
Apache License 2.0
0 stars 0 forks source link

Move Java G2Product interface to canonical method signatures #52

Closed barrycaceres closed 7 months ago

barrycaceres commented 8 months ago

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 commented 7 months ago

Committed the changes -- will merge when changing repositories