Open
Description
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.