rdonkin 01/12/20 14:51:51
Added: betwixt/src/java/org/apache/commons/betwixt package.html
Log:
A first go at some package documentation
Revision Changes Path
1.1
jakarta-commons-sandbox/betwixt/src/java/org/apache/commons/betwixt/package.html
Index: package.html
===================================================================
<html>
<head>
</head>
<body>
<p> This package contains the main betwixt introspection code.
<code>XMLIntrospector</code> produces a <code>XMLBeanInfo</code> instance
specifying how the introspected class maps to xml elements and attributes.
The <code>AttributeDescriptor</code> and <code>ElementDescriptor</code> classes
detail how members of a bean map to xml attributes and elements respectively.
</p>
<p> <strong>TO DO </strong> write some user documentation!
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>