Skip to content

Custom annotations shown as null in Beans Tab #207

@cedbesafilm

Description

@cedbesafilm

Once a custom annotation has been created, it is added to the BEANS tab (since it contains the @component annotation) but is displayed as null in the list

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

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

}

image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingupstream

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions