jar

net.ozwolf : dropwizard-raml-annotations

Maven & Gradle

Jul 09, 2020
2 usages

DropWizard RAML Annotations · Library that contains extra annotations to use in conjunction with DropWizard JAX-RS resources and Jackson API entities to document your service.

Table Of Contents

Latest Version

Download net.ozwolf : dropwizard-raml-annotations JAR file - Latest Versions:

All Versions

Download net.ozwolf : dropwizard-raml-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.3.x
2.2.x
2.1.x
2.0.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dropwizard-raml-annotations-3.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.ozwolf.raml.annotations.security

├─ net.ozwolf.raml.annotations.security.RamlOAuth1Settings.class - [JAR]

├─ net.ozwolf.raml.annotations.security.RamlOAuth2Settings.class - [JAR]

net.ozwolf.raml.annotations

├─ net.ozwolf.raml.annotations.RamlApp.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlBody.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlDeprecated.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlDescribedBy.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlDescription.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlDocumentation.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlExample.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlFormParameters.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlHeaders.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlIgnore.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlIs.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlParameter.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlQueryParameters.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlRequests.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlResource.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlResponse.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlResponses.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlSchema.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlSecuredBy.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlSecurityScheme.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlSubResource.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlSubResources.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlTrait.class - [JAR]

├─ net.ozwolf.raml.annotations.RamlUriParameters.class - [JAR]

Advertisement