Validator
Long
Converter
3031323334353637
{ public ValidatorWrapper create(Annotation annot, Method method) { ValidateLong annotation = (ValidateLong) annot; LongValidator validator = new LongValidator(); return create(validator, annotation.key(), annotation.order(), null, method); }