ESCAPE_CHARACTER property

Character ESCAPE_CHARACTER
final

Escape character for property placeholders: \

Allows escaping of prefix/suffix and separator characters.

Implementation

static final Character ESCAPE_CHARACTER = Character('\\');