xdean.spring.message.nest.NestMessageSourceProperties Maven / Gradle / Ivy
package xdean.spring.message.nest;
import lombok.Data;
import xdean.codecov.CodecovIgnore;
@Data
@CodecovIgnore
public class NestMessageSourceProperties {
String prefix = "$(";
String suffix = ")";
String splitor = ",";
String argPrefix = "$";
String escaper = "\\";
String quoter = "\"";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy