Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Latest commit

 

History

History

dropwizard-raml-annotations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DropWizard RAML Annotations

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

Maven

<dependency>
    <groupId>net.ozwolf</groupId>
    <artifactId>dropwizard-raml-annotations</artifactId>
    <version>2.1.0</version>
</dependency>

Gradle

compile 'net.ozwolf:dropwizard-raml-annotations:2.1.0'

Usage

Please refer to the wiki or the example service for usage.