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

io.github.s3s3l.yggdrasil.doc.assembler.DocAssembler Maven / Gradle / Ivy

The newest version!
package io.github.s3s3l.yggdrasil.doc.assembler;

import io.github.s3s3l.yggdrasil.doc.node.DocNode;

public interface DocAssembler {

    String toDocContent(DocNode doc);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy