Skip to content

Instantly share code, notes, and snippets.

@ShikherVerma
Last active September 17, 2017 05:47
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 ShikherVerma/a6f7da118d43d596bc06cc29c9aa4875 to your computer and use it in GitHub Desktop.
Save ShikherVerma/a6f7da118d43d596bc06cc29c9aa4875 to your computer and use it in GitHub Desktop.
@Override public boolean process(Set<? extends TypeElement> elements, RoundEnvironment env) {
Map<TypeElement, BindingSet> bindingMap = findAndParseTargets(env);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment