Skip to content

Instantly share code, notes, and snippets.

@in1t5
Created January 6, 2017 14:27
Show Gist options
  • Save in1t5/ec6f7634d06b3e0ae9879340fb551025 to your computer and use it in GitHub Desktop.
Save in1t5/ec6f7634d06b3e0ae9879340fb551025 to your computer and use it in GitHub Desktop.
package reproducer;
public interface ServiceInterface {
String exec();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment