/*
 * Hibernate Validator, declare and validate application constraints
 *
 * License: Apache License, Version 2.0
 * See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
 */

The classes in this package contain the aggregated meta data needed for an actual validation. The aggregated meta data view takes into account type inheritance, configuration source, etc and aggregates for a given type.
/** * The classes in this package contain the aggregated meta data needed for an actual validation. The aggregated * meta data view takes into account type inheritance, configuration source, etc and aggregates for a given type. */
package org.hibernate.validator.internal.metadata.aggregated;