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

com.github.commons.utils.validation.meanwhileExist.MeanwhileExist Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package com.github.commons.utils.validation.meanwhileExist;

import javax.validation.Payload;

public @interface MeanwhileExist {

    String field();

    String verifyField();

    String message() default "{constraint.not.meanwhileExist}";

    Class[] groups() default {};

    Class[] payload() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy