All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.validation.ConstraintPayload Maven / Gradle / Ivy

Go to download

Module repackaging of the Hibernate validator library and Validation API (JSR 303)

There is a newer version: 3.0-JBoss-4.0.2_03
Show newest version
package javax.validation;

/**
 * Payload type that can be attached to a given
 * constraint declaration.
 * Payloads are typically used to carry on metadata information
 * consumed by a validation client.
 *
 * Use of payloads is not considered portable.
 *
 * @author Emmanuel Bernard
 * @author Gerhard Petracek
 */
public interface ConstraintPayload {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy