From: jtmelton <jtmelton_at_gmail.com>
Date: Wed, 3 Jun 2009 13:16:58 -0700 (PDT)
I wanted to ask why JAXB compares strings with the equals operator (==)
instead of the equals method. My understanding is that the equals method
only works when comparing the same object or 2 strings that have both been
initialized to the same value via the standard double quote initialization.
In this case, it appears that an initialized string is being compared to a
method parameter. Why would JAXB do it this way?