blob: 366553b8b985da2d54145582a6a80ec0bb56cd72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<longdescription>
The Betwixt library provides an XML introspection mechanism for mapping
beans to XML in a flexible way. It is implemented using an XMLIntrospector
and XMLBeanInfo classes which are similar to the standard Introspector and
BeanInfo from the Java Beans specification.
Betwixt provides a way of turning beans into XML as well as automatically
generating digester rules in a way that can be customized on a per type
manner in the same way that the BeanInfo mechanism can be used to customize
the default introspection on a java object.
</longdescription>
</pkgmetadata>
|