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