Review and extend JavaDocs

This commit is contained in:
Richard Körber
2023-04-29 14:48:56 +02:00
parent 41bc574f75
commit 09a72d606b
56 changed files with 429 additions and 182 deletions

View File

@@ -12,6 +12,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/**
* This is the main module of the acme4j client.
*/
module org.shredzone.acme4j {
requires static com.github.spotbugs.annotations;
requires java.net.http;