MessageContext has a lot of public static strings, but it seems to me that they should be public final static strings, since their target use is the various names of properties.
Can we change these to final static strings? Or does everything out there break? If we cannot change the existing strings, we can at least put a block on adding new non-final strings through comments and self control. -steve