Skip to content

Instantly share code, notes, and snippets.

@cmota
Last active April 1, 2020 19:15
Show Gist options
  • Save cmota/32f273da93cb43ca645a484aaa62154f to your computer and use it in GitHub Desktop.
Save cmota/32f273da93cb43ca645a484aaa62154f to your computer and use it in GitHub Desktop.
class GenerateProcessor : AbstractProcessor() {
override fun process(p0: MutableSet<out TypeElement>?, roundEnv: RoundEnvironment?): Boolean {
processingEnv.messager.printMessage(Diagnostic.Kind.NOTE, "Hello")
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment