blob: e74f46051de405e363869dcec0cc753b83f31037 [file] [log] [blame]
public class CLASS {
private GeneratorContext _context;
public void init(GeneratorContext context) {
_context = context;
}
public String generate() {
return "";
}
}