Skip to content

(Java 16+) Support using @Comment and @SerializedName on record components #50

Description

@Juuxel

Currently, fetching them (for my WIP record adapter) needs me to reflect the backing field of the record component, as the annotation goes onto the field. Having ElementType.RECORD_COMPONENT as a possible target would make the code cleaner (without the additional getField calls).

Of course, it's only available on Java 16 and newer so this is for the far future 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions