Validator
Double
Converter
2930313233343536
{ public ValidatorWrapper create(Annotation annot, Method method) { ValidateDouble annotation = (ValidateDouble) annot; DoubleValidator validator = new DoubleValidator(); return create(validator, annotation.key(), annotation.order(), null, method); }