Using Katharsis in our SpringBoot Application with JPA requires to annotate JPA's @OneToMany relationships with @JsonApiToMany and similarly @ManyToOne with @JsonApiToOne. I am wondering if there is any way to avoid this duplicate annotations? Is there any easier way to integrate Katharsis in SpringBoot + JPA Applications?
You can build you own stereotype annotation, by example
Meta-annotations