org.hibernate.reflection.XPackage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-annotations
Show all versions of hibernate-annotations
Annotations metadata for Hibernate
package org.hibernate.reflection;
/**
* @author Paolo Perrotta
* @author Davide Marchignoli
*/
public interface XPackage extends XAnnotatedElement {
String getName();
}