Java identifier

A Java identifier is an identifier that must start with a letter, and contain only letters, numbers, and hyphens.

Java identifiers in Pega Platform are similar to those defined in the Java language specifications, except that a hyphen (-) displays in place of an underscore character (_).