// This rule specifies
whether the order of the field
// modifiers should comply to the customenary order
// described in the Java
Language Specification
// Section 8.3.1 Field Modifiers
// [public|protected|private] -> [static]
-> [final]
// -> [transient] -> [volatile]