Info Element
Description
The <info> element associates a human-readable title and description with a part definition.
Example
Example of an info declaration:
<?xml version="1.0"?>
<part xmlns="dpml:part">
<info title="ACME Widget">
<description>
The ACME Widget is a generalized factory for
the production of Gizmos.
</description>
</info>
<component xmlns="dpml:metro" class="org.acme.Widget"/>
<classpath>
<private>
<uri>artifact:jar:acme/widget/acme-widget#1.2.3</uri>
</private>
</classpath>
</part>