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.81k stars 376 forks source link

Cross-release joor and joor-java-8 artifacts (to modularise jOOR) #42

Closed lukaseder closed 6 years ago

lukaseder commented 6 years ago

From version 0.9.7 onwards, we're already cross-releasing jOOR for Java 6 and Java 8: #36. We should also add an additional release for Java 9, which exposes the library as a module.