Skip to content

Commit

Permalink
intellij annotation processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonids Maslovs committed Mar 6, 2016
1 parent 19eca57 commit f092c04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ide/intellij-annotation-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ As it stands out - IntelliJ supports both APT and
[javax.annotation.processing][processing] infrastructure.

Here you go:

![IntelliJ Annotation Processing](https://www.jetbrains.com/img/webhelp/idea/annotation_profile_move.png "IntelliJ Annotation Processing").

_Image comes from https://www.jetbrains.com/idea/help/configuring-annotation-processing.html_

<!-- References -->
[apt]: http://docs.oracle.com/javase/1.5.0/docs/guide/apt/GettingStarted.html "Annotation Processing Tool"
[aa]: https://docs.oracle.com/javase/8/docs/api/javax/annotation/processing/Processor.html "javax processing"
[processing]: https://docs.oracle.com/javase/8/docs/api/javax/annotation/processing/Processor.html "javax processing"

0 comments on commit f092c04

Please sign in to comment.