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

org.slieb.soy.factories.rendering.Renderer Maven / Gradle / Ivy

The newest version!
package org.slieb.soy.factories.rendering;

import javax.annotation.Nullable;

public interface Renderer {

    String render(@Nullable A instanceObject);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy