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

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.
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy