Java Annotation Processor: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://jcp.org/en/jsr/detail?id=269 * https://www.baeldung.com/java-annotation-processing-builder =Overview= The Pluggable Annotation Processing API is specif...")
 
Line 3: Line 3:
* https://jcp.org/en/jsr/detail?id=269
* https://jcp.org/en/jsr/detail?id=269
* https://www.baeldung.com/java-annotation-processing-builder
* https://www.baeldung.com/java-annotation-processing-builder
=Internal=
* [[Java_Annotations#Custom_Annotations|Java Annotations]]


=Overview=
=Overview=


The Pluggable Annotation Processing API is specified by [https://jcp.org/en/jsr/detail?id=269 JSR 269] and can be used to develop custom annotation processors.
The Pluggable Annotation Processing API is specified by [https://jcp.org/en/jsr/detail?id=269 JSR 269] and can be used to develop custom annotation processors.

Revision as of 04:48, 1 November 2018

External

Internal

Overview

The Pluggable Annotation Processing API is specified by JSR 269 and can be used to develop custom annotation processors.