Skip to content

Add annotation attribute completion proposals for meta-annotations #1355

@eric-milles

Description

@eric-milles

Groovy annotations that make use of groovy.transform.AnnotationCollector support the specification of attributes for the collected annotations. Consider the following:

@groovy.transform.Canonical(defaults=false,useCanEqual=false)
class Pogo {
}

"defaults" comes from TupleConstructor and "useCanEqual" comes from EqualsAndHashCode. https://docs.groovy-lang.org/latest/html/documentation/core-object-orientation.html#_meta_annotations

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions