You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
We should include a maven archetype for a new Annotation Processor module that utilizes our annotation processing tools.
The produced maven project should include:
A named AnnotationProcessor class extending AbstractAnnotationProcessor, also annotated with Google's AutoService annotations to simplify integration of the processor into other projects.
An example AnnotationExtractor extending AbstractAnnotationExtractor and a corresponding example Annotation Metadata class.
An example GeneratedFileWriter (and link to VelocitySourceWriter example or include one directly?).
An example test of the processor using Google's compile-testing library.
The text was updated successfully, but these errors were encountered:
We should include a maven archetype for a new Annotation Processor module that utilizes our annotation processing tools.
The produced maven project should include:
AnnotationProcessor
class extendingAbstractAnnotationProcessor
, also annotated with Google'sAutoService
annotations to simplify integration of the processor into other projects.AnnotationExtractor
extendingAbstractAnnotationExtractor
and a corresponding example Annotation Metadata class.GeneratedFileWriter
(and link toVelocitySourceWriter
example or include one directly?).compile-testing
library.The text was updated successfully, but these errors were encountered: