package org.theonefx.wcframework.ioc; import org.theonefx.wcframework.core.ClassParser; public interface ClassParserRegister { public void regist(ClassParser parser); }