Skip to content
Snippets Groups Projects

Generator interface

14 files
+ 35
11
Compare changes
  • Side-by-side
  • Inline

Files

 
public class CommandGenerator implements Generator {
 
public String generate() {
 
return "";
 
}
 
}
 
\ No newline at end of file
Loading