// This rule specifies
whether the order of the nested
// type modifiers should comply to the customenary
// order described in the Java
Language Specification
// Section 8.1.1 Class Modifiers
// [public|protected|private] -> [abstract]
-> [static]
// -> [final] -> [strictfp]