package com.thinker.common.proxy; /** * Created by lzh on 8/3/16. */ public interface Father { void say(); }