The microBean™ Invoke project provides classes and interfaces related
to functional constructs and the invokedynamic
and ldc
features of
the Java language and virtual machine.
This project is currently experimental, in a pre-alpha state, and unsuitable for production use.
Until further notice, this project's APIs are subject to frequent backwards-incompatible signature and behavior changes, regardless of project version and without notice.
microBean™ Invoke requires a Java runtime of version 17 or higher.
microBean™ Invoke is available on Maven Central. Include microBean™ Invoke as a Maven dependency:
<dependency>
<groupId>org.microbean</groupId>
<artifactId>microbean-invoke</artifactId>
<!-- Always check https://search.maven.org/artifact/org.microbean/microbean-invoke for up-to-date available versions. -->
<version>0.0.17</version>
</dependency>
Full documentation is available at microbean.github.io/microbean-invoke.