nextflow.io.SerializableMarker.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nf-commons Show documentation
Show all versions of nf-commons Show documentation
A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
package nextflow.io
/**
* Marker interface for generic serializable value object.
* This is not me
*
* @author Paolo Di Tommaso
*/
interface SerializableMarker extends Serializable {
}