package pt.ist.struts.dispatch.config; import org.apache.struts.validator.ValidatorPlugIn; import pt.ist.struts.dispatch.annotation.Property; import pt.ist.struts.dispatch.annotation.StrutsConfiguration; import pt.ist.struts.dispatch.annotation.StrutsPlugin; @StrutsConfiguration(plugins = { @StrutsPlugin(classname = ValidatorPlugIn.class, properties = { @Property(key = "pathnames", value = "/WEB-INF/validator-rules.xml") }) }) public class StrutsDefaultConfig { }