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

com.google.sitebricks.MemoryTemplateSource Maven / Gradle / Ivy

package com.google.sitebricks;

public class MemoryTemplateSource implements TemplateSource {
  
  @Override
  public String getLocation() {
    return "memory";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy