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

de.undercouch.citeproc.csl.internal.rendering.SRenderingElement Maven / Gradle / Ivy

package de.undercouch.citeproc.csl.internal.rendering;

import de.undercouch.citeproc.csl.internal.SElement;

/**
 * Represents a rendering element in a style file
 * @author Michel Kraemer
 */
public interface SRenderingElement extends SElement {
    // nothing to do here
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy