Skip to content

Fix code hover and navigation for type annotations #1512

@eric-milles

Description

@eric-milles

Consider the following:

@Target(TYPE_USE)
@interface Tag {}

@Tag class C<@Tag T extends @Tag Number> extends @Tag Object implements @Tag Serializeable {
  @Tag C(@Tag List<@Tag Object> list) {
  }
}

Code hover and navigation fails for most JSR 308 type annotations and any attributes.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions