jar

com.github.lightdocs : lightdocs

Maven & Gradle

Sep 20, 2013

Lightdocs · A JAXRS API Documentation Framework and DSL

Table Of Contents

Latest Version

Download com.github.lightdocs : lightdocs JAR file - Latest Versions:

All Versions

Download com.github.lightdocs : lightdocs JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4
0.3

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 lightdocs-0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lightdocs.event

├─ com.github.lightdocs.event.OperationAddedEvent.class - [JAR]

├─ com.github.lightdocs.event.ParameterAddedEvent.class - [JAR]

com.github.lightdocs.model

├─ com.github.lightdocs.model.Body.class - [JAR]

├─ com.github.lightdocs.model.HttpMethod.class - [JAR]

├─ com.github.lightdocs.model.Operation.class - [JAR]

├─ com.github.lightdocs.model.OperationPK.class - [JAR]

├─ com.github.lightdocs.model.Parameter.class - [JAR]

├─ com.github.lightdocs.model.Resource.class - [JAR]

├─ com.github.lightdocs.model.ServiceDocumentation.class - [JAR]

com.github.lightdocs

├─ com.github.lightdocs.ModelBuilder.class - [JAR]

com.github.lightdocs.dsl

├─ com.github.lightdocs.dsl.DocumentedBy.class - [JAR]

com.github.lightdocs.processor

├─ com.github.lightdocs.processor.ContentTypesProcessor.class - [JAR]

├─ com.github.lightdocs.processor.DocumentedByAnnotationProcessor.class - [JAR]

├─ com.github.lightdocs.processor.ParameterProcessor.class - [JAR]