Mouad Naciri
Results
3
issues of
Mouad Naciri
I defined an interface: ``` private interface Dfs { void go(ArrayList x, int u); } ``` I define the implementation as anonymous class inside main. And I use that interface...
Is it possible to provide an interface to tweak the generated the template?