// This rule specifies whether the order of the type
// modifiers should comply to the customenary order
// described in the Java Language Specification

// S
ection 8.1.1 Class Modifiers

// [public|protected|private] -> [abstract] -> [static] ->
// [final] -> [strictfp]