Skip to content

Instantly share code, notes, and snippets.

@MirkoRossini
Created September 28, 2016 19:19
Show Gist options
  • Save MirkoRossini/8be4bf39410a246a7a5f30b11cb450a4 to your computer and use it in GitHub Desktop.
Save MirkoRossini/8be4bf39410a246a7a5f30b11cb450a4 to your computer and use it in GitHub Desktop.
package com.mirkorossini.transactionaltest.services;
public interface DummyServiceInt {
void insertValue(int value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment