Skip to content

Implicit service class #5

Description

@GoogleCodeExporter
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 tryfl...@gmail.com on 21 Oct 2012 at 4:31

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions