1 package jfun.yan.xml;2 3 4 interface Module extends ModuleInfo{ 5 void register(Registry reg);6 7 }