Skip to content

Instantly share code, notes, and snippets.

@ekramalikazi
Created July 24, 2015 22:10
Show Gist options
  • Save ekramalikazi/53f1a3633055f5faf790 to your computer and use it in GitHub Desktop.
Save ekramalikazi/53f1a3633055f5faf790 to your computer and use it in GitHub Desktop.
@Override
public String toString() {
return ToStringBuilder.reflectionToString(this,ToStringStyle.MULTI_LINE_STYLE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment