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

// S
ection 8.3.1 Field Modifiers

// [public|protected|private] -> [static] -> [final]
// -> [transient] -> [volatile]