view src/main/java/de/intevation/lada/exporter/Creator.java @ 607:9a4ec6fb53a7

Added interface and annotation for exporter.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 16 Apr 2015 15:46:51 +0200
parents
children 9e733f44d8b0
line wrap: on
line source
package de.intevation.lada.exporter;


/**
 *
 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
 */
public interface Creator
{
    public String create(String probeId);
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)