package com.networknt.service; /** * Created by steve on 2016-11-26. */ public interface B { String b(); }