package com.jiuqi.mobile.core.service.service; import com.jqmobile.core.service.Service; @Service(impl="com.jiuqi.mobile.core.service.service.ServiceTestImpl") public interface IServiceTest { public void testLogin(String username, String password) throws Exception; }