view servlet/src/digilib/io/MetadataMap.java @ 793:63c1b33e38b1 jquery

documentation for new plugin api in jquery-digilib-plugin.txt. more steps towards plugification of birdseye view.
author robcast
date Fri, 18 Feb 2011 15:16:30 +0100
parents 9cedd170b581
children 73e041c710d3
line wrap: on
line source

/**
 * 
 */
package digilib.io;

import java.util.HashMap;

/** Map for metadata related to files.
 * @author casties
 *
 */
public class MetadataMap extends HashMap<String, String> {

}