Skip to content

Instantly share code, notes, and snippets.

@zskamljic
Created November 13, 2017 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zskamljic/b862b176521ed3a87006c9646e4b99bc to your computer and use it in GitHub Desktop.
Save zskamljic/b862b176521ed3a87006c9646e4b99bc to your computer and use it in GitHub Desktop.
TypeSpec.Builder classBuilder = TypeSpec.classBuilder(providerName)
.addModifiers(Modifier.PUBLIC, Modifier.FINAL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment