package com.seventh7.mybatis.util;
import com.intellij.psi.util.ReferenceSetBase;
/**
* @author yanglin
*/
public final class MybatisConstants {
private MybatisConstants() {
throw new UnsupportedOperationException();
}
public static final String DOT_SEPARATOR = String.valueOf(ReferenceSetBase.DOT_SEPARATOR);
public static final double PRIORITY = 400.0;
}