Name: apR10100 Date: 09/20/2000
Calendar - values of public static final fields primitive types not documented
1.4 api spec only states:
"public static final int YEAR
Field number for get and set indicating the year. This is a calendar-specific value;
see subclass documentation."
As compiler replaces names of such fields in the code by their values, spec should explicitly
specify these values.
======================================================================