This rule is defined by the following Java class: net.sourceforge.pmd.rules.naming.AvoidDollarSigns
Example:
public class Fo$o { // yikes! }