// This rule specifies the naming conventions for abstract
// class names. The general rule is to use start with a
// capital Letter, but you are free to define whatever you
// like. Some companies like to have a specific prefix to
// show that the class is abstract. The definition is done
// with a regexp (Regular expression)