Skip to content

Support detection of XML metadata and generate classes for those #1

@andyjefferson

Description

@andyjefferson

The annotation processor mechanism is designed for annotated classes (hint: look at the name of the interface and its package). That said, if you set
@SupportedAnnotationTypes("*")
then it will be called for every class. We could try to find all XML metadata files, parse them, and generate the query class for each XML defined class.

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