cn.banny.rp.RouteContext Maven / Gradle / Ivy
The newest version!
package cn.banny.rp;
/**
* @author zhkl0228
*
*/
public interface RouteContext {
Attribute createAttribute(String name);
}
package cn.banny.rp;
/**
* @author zhkl0228
*
*/
public interface RouteContext {
Attribute createAttribute(String name);
}