1 package org.seasar.cubby.validator; 2 3 import java.util.List; 4 5 public interface ValidationRule { 6 List<Validator> getValidators(); 7 }