Document xml support
authorChristos KK Loverdos <loverdos@gmail.com>
Thu, 29 Dec 2011 14:42:07 +0000 (16:42 +0200)
committerChristos KK Loverdos <loverdos@gmail.com>
Thu, 29 Dec 2011 14:42:07 +0000 (16:42 +0200)
src/main/scala/gr/grnet/aquarium/util/xml/XmlSupport.scala

index 74e6103..f1366f0 100644 (file)
@@ -39,7 +39,13 @@ import net.liftweb.json.Xml
 import gr.grnet.aquarium.util.json.JsonSupport
 
 /**
- * 
+ * Mix-in this trait when you need transformation to XML.
+ *
+ * The underlying library used is lift-json.
+ *
+ * The trait assumes the services of `JsonSupport` since it uses `JsonSupport`
+ * for the actual transformation (this is possible thanks to lift-json).
+ *
  * @author Christos KK Loverdos <loverdos@gmail.com>
  */