Hibernate Commons Annotations provides common reflection utilities for processing annotations in Hibernate and related projects.
<dependency>
<groupId>org.hibernate.common</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>7.0.3.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to instantiate JavaReflectionManager for annotation processing.
Use version 6.x for Hibernate ORM 5.x compatibility.
No dependency data recorded yet.