DOC

org.valiktor : valiktor-jodatime

Maven & Gradle

Jun 29, 2020
417 stars

Valiktor · Valiktor is a type-safe, powerful and extensible fluent DSL to validate objects in Kotlin.

Table Of Contents

Latest Version

Download org.valiktor : valiktor-jodatime Javadoc & API Documentation - Latest Versions:

All Versions

Download org.valiktor : valiktor-jodatime Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x

How to open Javadoc JAR file in web browser

  1. Rename the file valiktor-jodatime-0.12.0-javadoc.jar to valiktor-jodatime-0.12.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder valiktor-jodatime-0.12.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "valiktor-jodatime-0.12.0-sources.jar" -d "valiktor-jodatime-0.12.0-javadoc" -subpackages 

Advertisement