 1 @Target({ElementType.TYPE})
 2 @Retention(RetentionPolicy.RUNTIME)
 5 @Documented
 4 @Component
 5 public @interface PersistenceAdapter {
 6
 7   @AliasFor(annotation = Component.class)
 8   String value() default "";
 9
10 }
