package org.javalearn.guicelearn.service; /** * Created with IntelliJ IDEA. * User: gongwenwei * Date: 12-8-25 * Time: 上午10:17 * To change this template use File | Settings | File Templates. */ public class AccountServiceImpl implements AccountService { public String getName() { return "Foo"; } }