package ir.xweb.module; public interface ModuleInfoValidator { String getParam(); String getRegex(); boolean isRequire(); }