Skip to content

Improve ways in which configuration property metadata default values can be provided #28039

Open
@wilkinsona

Description

@wilkinsona

The hope is that we could avoid problems like #28037. In that case there's a List<String> property with a default value created with new ArrayList<>("…"). The annotation processor can't extract the default value so we rely on an entry in the manual metadata for it. For such a property that doesn't have an entry in the manual metadata, it'd be good if the annotation processor could fail or generate a warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions