.common.hibernate-commons-annotations.6.0.1.Final.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 hibernate-commons-annotations Show documentation
Show all versions of hibernate-commons-annotations Show documentation
Common reflection code used in support of annotation processing
module org.hibernate.commons.annotations {
exports org.hibernate.annotations.common.annotationfactory;
exports org.hibernate.annotations.common.reflection;
exports org.hibernate.annotations.common.reflection.java;
}