From 1e9cd7f21e2b8d2a7fec80d60608f5a0fcfa4833 Mon Sep 17 00:00:00 2001
From: Leon Linhart
Date: Wed, 8 Jan 2020 19:29:32 +0100
Subject: [PATCH] fix: add missing tags and cleanup JavaDoc
---
.../gw2toolbelt/gw2ml/Configuration.java | 38 ++++++++++++++++---
1 file changed, 33 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/github/gw2toolbelt/gw2ml/Configuration.java b/src/main/java/com/github/gw2toolbelt/gw2ml/Configuration.java
index 48757a4..4625a49 100644
--- a/src/main/java/com/github/gw2toolbelt/gw2ml/Configuration.java
+++ b/src/main/java/com/github/gw2toolbelt/gw2ml/Configuration.java
@@ -55,6 +55,8 @@ public final class Configuration {
*
* Property: com.github.gw2toolbelt.gw2ml.librarypath
* Usage: Dynamic
+ *
+ * @since 0.1.0
*/
public static final Configuration LIBRARY_PATH = new Configuration<>(
"com.github.gw2toolbelt.gw2ml.librarypath",
@@ -77,6 +79,8 @@ public final class Configuration {
* Property: com.github.gw2toolbelt.gw2ml.bundledLibrary.nameMapper
* Type: String or a {@link Function Function<String, String>} instance
* Usage: Static
+ *
+ * @since 0.1.0
*/
public static final Configuration
+ *
+ * @since 0.1.0
*/
public static final Configuration