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

com.bitplan.rest.freemarker.TemplateClass Maven / Gradle / Ivy

/**
 * Copyright (C) 2012 BITPlan GmbH
 *
 * Pater-Delp-Str. 1
 * D-47877 Willich-Schiefbahn
 *
 * http://www.bitplan.com
 * 
 */
package com.bitplan.rest.freemarker;

// wrapper for a template class
public class TemplateClass {
	@SuppressWarnings("rawtypes")
	Class clazz;
	String path;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy