@Documented @Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER,METHOD,LOCAL_VARIABLE}) @Constraint(validatedBy=WhereValidator.class) public @interface WhereConstraint
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
public abstract Allowed[] allow
public abstract Required[] require
public abstract Excluded[] exclude
public abstract Dependent[] dependencies
Copyright © 2019. All rights reserved.