Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Maven Archetype for Annotation Processor #484

@dbluhm

Description

@dbluhm

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions