Skip to content

Instantly share code, notes, and snippets.

@davidmerrick
Created September 27, 2018 22:38
Show Gist options
  • Save davidmerrick/019699b70306b8769bc24979cd773a4c to your computer and use it in GitHub Desktop.
Save davidmerrick/019699b70306b8769bc24979cd773a4c to your computer and use it in GitHub Desktop.
Using @VisibleForTesting inside Lombok annotation
@Wither(onMethod = @__({@VisibleForTesting}))
private String myString;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment