Skip to content

Configuration property annotation processor does not notice overriding getter methods #23966

@wilkinsona

Description

@wilkinsona

If a configuration properties class overrides a getter method, it's not seen properly by the annotation processor. As it works its way up the type hierarchy, the entry for the overriding method is replaced with the entry for the overridden method. One symptom of this is that when an overriding getter method is annotated with @DeprecatedConfigurationProperty the deprecation is missed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions