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

ca.gc.aafc.dina.validation.ValidationContext Maven / Gradle / Ivy

The newest version!
package ca.gc.aafc.dina.validation;

/**
 * Marker Interface used to send some context to a validation
 */
public interface ValidationContext {

  /**
   * Value of the context as an Object.
   * Can be used to add to a JPA Criteria.
   * @return
   */
  Object getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy