You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, have a look at META-INF/services file generator*. It's the same goal but
you do not need to specify the service class explicit. Just the annotation is
enough if the annotated class have only one super-class/interface:
@MetaInfServices
public class MyProvider implements SomeContract {
...
}
I think that would be a great enhancement for your project.
* http://weblogs.java.net/blog/kohsuke/archive/2009/03/my_project_of_t.html
Original issue reported on code.google.com by [email protected] on 21 Oct 2012 at 4:31
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Oct 2012 at 4:31The text was updated successfully, but these errors were encountered: