Skip to content

Fix type inferencing and syntax highlighting for meta-annotation attributes #959

@eric-milles

Description

@eric-milles

image

Collected attributes are highlighted as unknown (underlined) and provide no code navigation support.

DomainObject.groovy:

package tag

import groovy.transform.*

@CompileStatic
@Immutable(copyWith=true)
@AnnotationCollector
@interface DomainObject {
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions