Last active
September 17, 2017 05:47
-
-
Save ShikherVerma/a6f7da118d43d596bc06cc29c9aa4875 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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