hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Add support for Swagger annotations on interfaces #128

Closed jkreutzfeld closed 8 years ago

jkreutzfeld commented 8 years ago

The swagger provider works well when the Swagger annotations are on the implementation of the REST service. In our project, we use the annotations on the service interface though and this is where the DefaultJaxrsScanner fails because it only asks Jersey for the registered classes. Can you add support for this approach?

hstaudacher commented 8 years ago

Sure, good idea. Will add it to the planed features.