Skip to content

Instantly share code, notes, and snippets.

@zskamljic
Created November 13, 2017 17:30
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/5ba4b1cf7fcb23878c2b316e959b67af to your computer and use it in GitHub Desktop.
Save zskamljic/5ba4b1cf7fcb23878c2b316e959b67af to your computer and use it in GitHub Desktop.
@Override
public synchronized void init(ProcessingEnvironment processingEnvironment) {
super.init(processingEnvironment);
elementUtils = processingEnvironment.getElementUtils();
filer= processingEnvironment.getFiler();
messager= processingEnvironment.getMessager();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment