All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yuehuanghun.mybatis.milu.PlaceholderResolver Maven / Gradle / Ivy

There is a newer version: 1.18.0
Show newest version
package com.yuehuanghun.mybatis.milu;

/**
 * 点位符解析器
 * @author yuehuanghun
 *
 */
public interface PlaceholderResolver {
	String resolvePlaceholder(String placeholderName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy