Well...how else do you determine if a Java primitive (int, double,
boolean) was set by the VM or by a call to one of the set methods or
during initialization?

The _has_<field-name> is used to determine if the field actually
contains a value that was set via a call to the set method, or if the
value is simply the default value given to the primitive by the VM.

--Keith

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to