kohsuke / metainf-services

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

Static class names incorrectly generated #9

Open carlossg opened 9 years ago

carlossg commented 9 years ago

For a nested static public class it generates com.acme.Service.FactoryImpl instead of com.acme.Service$FactoryImpl

BTW there's a google alternative now https://github.com/google/auto/tree/master/service

kohsuke commented 9 years ago

This seems like a duplicate of #2.