.0.9.8.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of joor Show documentation
Show all versions of joor Show documentation
jOOR is a recursive acronym that stands for jOOR Object Oriented Reflection. It is a simple wrapper for the java.lang.reflect package.
/* [java-9] */
module org.jooq.joor {
requires static java.compiler;
}
/* [/java-9] */