Closed
Description
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