kohsuke / metainf-services

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

Should output binary names to services file #2

Closed mdekstrand closed 13 years ago

mdekstrand commented 13 years ago

The META-INF/services files are expected to contain binary names, rather than the qualified names currently output by the annotation processor. This makes a difference when service providers are inner classes. Elements.getBinaryName will provide the binary name.

kohsuke commented 13 years ago

Fixed in 1.4