package com.networknt.service; /** * Created by steve on 2016-11-28. */ public interface D2 { String d2(); }