invokebinder icon indicating copy to clipboard operation
invokebinder copied to clipboard

A Java DSL for binding method handles forward, rather than backward

Results 2 invokebinder issues
Sort by recently updated
recently updated
newest added

`module-info.java` requires Java 9 so the `source` should be specified as `9`. ``` Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (default-cli) on project invokebinder: MavenReportException: Error while generating Javadoc: Exit code: 1...

displayName seems like it would be a useful field for debugging so at least toString can print out additional info on the signature other than just the types. It also...