All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.h5jan.core.NxsMetadata Maven / Gradle / Ivy

package io.github.h5jan.core;

import org.eclipse.january.metadata.MetadataType;

/**
 * Marker interface for saving metadata.
 * The concrete class which you implement must serialize/deserialize to Json
 * and implement this interface please.
 * 
 * @author Matthew Gerring
 *
 */
public interface NxsMetadata extends MetadataType {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy