root/tags/0.2/src/springy/context/XmlSerializable.java
| Revision 6977 (checked in by jan, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | package springy.context; |
| 2 | |
| 3 | import org.w3c.dom.Document; |
| 4 | |
| 5 | /** |
| 6 | * TODO: comment |
| 7 | */ |
| 8 | public interface XmlSerializable { |
| 9 | void serialize_xml(Document doc); |
| 10 | } |
Note: See TracBrowser for help on using the browser.
