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