Hello,
I have one class which implements two services at once. Is there away to the the annotation to list it for both services?
maybe like this:
@MetaInfServices(A.class, B.class)
or using two annotations?
@MetaInfServices(A.class)
@MetaInfServices(B.class)
Hello, I have one class which implements two services at once. Is there away to the the annotation to list it for both services? maybe like this: @MetaInfServices(A.class, B.class) or using two annotations? @MetaInfServices(A.class) @MetaInfServices(B.class)