Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: None
-
Component/s: Aegis Module
-
Labels:None
-
Environment:Java 1.5.0_06, Tomcat 5.5.16
-
Number of attachments :
Description
It would be great if, in addition to the features already added as part of XFIRE-507, we could also add documentation to Aegis mapping files. For example:
<mapping name="MyType">
<documentation>This explains the purpose of MyType.</documentation>
<property name="MyProperty">
<documentation>This explains the purpose of MyProperty</documentation>
</property>
</mapping>