kohsuke / metainf-services

Generates META-INF/services files automatically
http://metainf-services.kohsuke.org/
69 stars 26 forks source link

Multiple Service implementations in one Class #14

Closed mzuenni closed 8 years ago

mzuenni commented 8 years ago

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)