Skip to content

Instantly share code, notes, and snippets.

@hn5092
Created July 18, 2016 07:32
Show Gist options
  • Save hn5092/aaff832d4184e03241049606062380a8 to your computer and use it in GitHub Desktop.
Save hn5092/aaff832d4184e03241049606062380a8 to your computer and use it in GitHub Desktop.
写个enum的
private static enum SingletonHolder {
INSTANCE;
Object lock = new Object();
SpanReceiverHost host = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment