// This rule specifies whether the order of the method
// modifiers should comply to the customenary order
// described in the Java Language Specification
// Section 8.4.3 Method Modifiers
// [public|protected|private] -> [abstract] -> [static]
// -> [final] -> [synchronized] -> [native]
// -> [strictfp]