Adding/expanding documentation

This commit is contained in:
Celtic Minstrel
2012-02-26 12:13:30 -05:00
committed by EvilSeph
parent 17403d617a
commit 18a4a25c8b
20 changed files with 162 additions and 16 deletions

View File

@@ -14,6 +14,10 @@ import java.util.Map;
* and returns the class.</li>
* <li>A constructor that accepts a single {@link Map}&lt;{@link String}, {@link Object}>.</li>
* </ul>
* In addition to implementing this interface, you must register the class with
* {@link ConfigurationSerialization#registerClass(Class)}.
* @see DelegateDeserialization
* @see SerializableAs
*/
public interface ConfigurationSerializable {
/**