Java Annotation Processor

From NovaOrdis Knowledge Base
Revision as of 04:47, 1 November 2018 by Ovidiu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Overview

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