package org.vraptor; import org.vraptor.validator.ValidationErrors; public interface ValidationErrorsFactory { ValidationErrors newInstance(); }