package knorxx.framework.generator.web; /** * * @author sj */ public interface KnorxxApplication { String getName(); }