jp.co.cyberagent.aeromock.template.thymeleaf.ThymeleafBootstrap.scala Maven / Gradle / Ivy
The newest version!
package jp.co.cyberagent.aeromock.template.thymeleaf
import jp.co.cyberagent.aeromock.core.bootstrap.Bootstrap
/**
*
* @author stormcat24
*/
class ThymeleafBootstrap extends Bootstrap {
/**
* @inheritdoc
*/
def process(): Unit = {
// nothing to do.
}
}