The set of possible states of a field was getting out of hand, so I'm replacing with an enum, "Disposition":

NONE, VOLATILE, FINAL, COMPILE_TIME_CONSTANT

These are exclusive states, but COMPILE_TIME_CONSTANT implies finality of course.

Review by: spoon


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2296 8db76d5a-ed1c-0410-87a9-c151d255dfc7
6 files changed