On Sep 11 2013, at 17:56 , Stephen Colebourne wrote: > HijrahChronology mixes "final transient" and "transient final". They > should be consistently one way or the other files should be checked, > and I think there is an official coding standard for this).
The resource I have been quoted for the "blessed modifier ordering" is: http://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Modifier.html#toString%28int%29 I know it's what Doug uses for JSR166 and there's been a general effort to make other usage consistent with this. Mike