A library to provide a common set of annotations to help extend the describing of a Jersey + Jackson JAX-RS service with extra descriptors, security schemes and traits.
<dependency>
<groupId>net.ozwolf</groupId>
<artifactId>dropwizard-raml-annotations</artifactId>
<version>2.1.0</version>
</dependency>
compile 'net.ozwolf:dropwizard-raml-annotations:2.1.0'
Please refer to the wiki or the example service for usage.