DOC

de.thomas-oster : lazysql

Maven & Gradle

Jul 13, 2023

lazysql · A java Annotation processor which generates Code for you to perform JDBC Database queries. Your Queries will be checked by your database at compile time and the results are mapped to typesafe java type

Table Of Contents

Latest Version

Download de.thomas-oster : lazysql Javadoc & API Documentation - Latest Versions:

All Versions

Download de.thomas-oster : lazysql Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.17.x
1.16.x
1.15.x
1.15
1.14
1.13
1.12
1.10
1.9
1.8

How to open Javadoc JAR file in web browser

  1. Rename the file lazysql-1.17.9-javadoc.jar to lazysql-1.17.9-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder lazysql-1.17.9-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 "lazysql-1.17.9-sources.jar" -d "lazysql-1.17.9-javadoc" -subpackages