/*
 * Hibernate, Relational Persistence for Idiomatic Java
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
 * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
 */

Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.
/** * Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of * metadata in the Hibernate commons-annotations model. */
package org.hibernate.cfg.annotations.reflection;