Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 401 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 401 Bytes

jsr292-mock: mocks of Java 7-8 java.lang.invoke for compilation

This package provides mock versions of the java.lang.invoke package up through Java 8, allowing projects to compile jsr292-related code on lower versions of Java.

It is up to you to determine whether you are running on a capable JVM that provides the necessary features.