if (annotation.minLength() != -1 && size < annotation.minLength()) {
                errors.add("Array.lengthBelow{" + annotation.minLength() + "}");
            }