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