Skip to content

Workspace symbol null on custom annotations #818

Closed
@cedbesafilm

Description

@cedbesafilm

Describe the bug
Once a custom annotation has been created, is set as null in workspace symbols

To Reproduce
Create custom annotation

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface PersistenceAdapter {

  @AliasFor(annotation = Component.class)
  String value() default "";

}

Search for symbol in workspace

image

microsoft/vscode-spring-boot-dashboard#207

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions