Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Last active December 16, 2015 09:39
Show Gist options
  • Select an option

  • Save edipofederle/5414280 to your computer and use it in GitHub Desktop.

Select an option

Save edipofederle/5414280 to your computer and use it in GitHub Desktop.
Method teste = Method.create()
.withName("teste").withArguments(arguments2)
.withVisibility(VisibilityKind.PUBLIC_LITERAL)
.withReturn(Types.INTEGER)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment