Skip to content

Instantly share code, notes, and snippets.

@sajithdilshan
Created November 15, 2017 07:48
Show Gist options
  • Save sajithdilshan/c2c095e67b034361c11580d161006295 to your computer and use it in GitHub Desktop.
Save sajithdilshan/c2c095e67b034361c11580d161006295 to your computer and use it in GitHub Desktop.
public class TransactionInformation {
public static ThreadLocal<TransactionStatus> txnStatus = new ThreadLocal();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment