root/tags/0.2/src/springy/context/AbstractSerializableManagedList.java

Revision 6975 (checked in by jan, 2 years ago)

first implementation of serializable jruby context

Line 
1 package springy.context;
2
3 import org.springframework.beans.factory.support.ManagedList;
4 import org.w3c.dom.Document;
5
6 /**
7  * TODO: comment
8  */
9 public abstract class AbstractSerializableManagedList extends ManagedList implements XmlSerializable {
10 }
Note: See TracBrowser for help on using the browser.