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

org.seedstack.io.spi.AbstractBaseRenderer Maven / Gradle / Ivy

/**
 * Copyright (c) 2013-2015, The SeedStack authors 
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
package org.seedstack.io.spi;

import org.seedstack.io.Renderer;

/**
 * This class should be extended when you want to add a Renderer without template. 
* It implements the {@link Renderer} interface * * @author [email protected] * */ public abstract class AbstractBaseRenderer implements Renderer { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy