@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy={}) @DecimalMin(value="0") @DecimalMax(value="0") public @interface Zero
Copyright © 2015–2016 Zalando SE. All rights reserved.