cn.sylinx.hbatis.ext.ifblock.FollowNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hbatis-core Show documentation
Show all versions of hbatis-core Show documentation
hbatis is a simple orm framework
The newest version!
package cn.sylinx.hbatis.ext.ifblock;
/**
* 跟从node, 特指, ELSE 或者 ELSEIF
*
* @author han
*
*/
public interface FollowNode extends Node {
}