if (annotation.maxLength() != -1 && size > annotation.maxLength()) {
                errors.add("Array.lengthAbove{" + annotation.maxLength() + "}");
            }