Annotation processor
From APIDesign
(Difference between revisions)
(New page: A way for a library to plug into compilation of applications that are using it. Read more in [http://java.sun.com/javase/6/docs/api/javax/annotation/processing/Processor.html Javadoc].) |
|||
Line 1: | Line 1: | ||
A way for a library to plug into compilation of applications that are using it. Read more in | A way for a library to plug into compilation of applications that are using it. Read more in | ||
- | [http://java.sun.com/javase/6/docs/api/javax/annotation/processing/Processor.html Javadoc]. | + | [http://java.sun.com/javase/6/docs/api/javax/annotation/processing/Processor.html Javadoc]. Quite useful for generating [[CompileTimeCache]]s or for representing mirror of a [[LiveDB]]. |
Current revision
A way for a library to plug into compilation of applications that are using it. Read more in Javadoc. Quite useful for generating CompileTimeCaches or for representing mirror of a LiveDB.