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

info.lostred.ruler.constant.SpELConstants Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package info.lostred.ruler.constant;

/**
 * SpEL表达式常量
 *
 * @author lostred
 */
public final class SpELConstants {
    public static final String INDEX_LABEL = "[#i]";
    public static final String INDEX = "#i";
    public static final String INDEX_KEY = "i";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy