jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.8k stars 377 forks source link

can jOOR be used with JRE8 & 9 #124

Closed gtiwari2015 closed 8 months ago

gtiwari2015 commented 8 months ago

Can this library (to dynamically create and compile java classes ) be used with JRE as in our runtime environment only JRE can be made available.

lukaseder commented 8 months ago

Yes, use the joor-java-8 artifactId: https://central.sonatype.com/artifact/org.jooq/joor-java-8