![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.annotations.common.reflection.XPackage 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
EJB3-style annotations for Hibernate - common code
The newest version!
package org.hibernate.annotations.common.reflection;
/**
* @author Paolo Perrotta
* @author Davide Marchignoli
*/
public interface XPackage extends XAnnotatedElement {
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy