I noticed that the XMLBeans javadocs hosted by Apache (http://xmlbeans.apache.org/docs/2.4.0/reference/index.html) don't include the implementation classes. That is, XmlObjectBase and its extensions. This means that when I generate javadocs for the classes generated from my xsd files, these are not linked, and I have no information about these methods in the javadoc.
Is there another location with these complete javadocs? I would like information for, say, equals() and setImmutable() to be linked in my javadoc files. Otherwise, I don't know that equals() only calls valueEquals() if the object is immutable without looking at the XmlObjectBase code. ~Justin -- View this message in context: http://www.nabble.com/Implementation-JavaDocs-tp20941863p20941863.html Sent from the Xml Beans - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

