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

grails.gorm.validation.ConstrainedEntity.groovy Maven / Gradle / Ivy

The newest version!
package grails.gorm.validation

/**
 * Represents an entity that is constrained
 *
 * @author Graeme Rocher
 * @since 6.0
 */
interface ConstrainedEntity {

    /**
     * @return The constrained property instances
     */
    Map getConstrainedProperties()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy