We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637fe38 commit a104b2bCopy full SHA for a104b2b
src/main/java/com/github/elic0de/thejpspit/spigot/config/Settings.java
@@ -1,12 +1,14 @@
1
package com.github.elic0de.thejpspit.spigot.config;
2
3
+import net.william278.annotaml.YamlComment;
4
import net.william278.annotaml.YamlFile;
5
import net.william278.annotaml.YamlKey;
6
7
@YamlFile()
8
public class Settings {
9
10
@YamlKey("github_token")
11
+ @YamlComment("アクセストークンが漏洩すると、被害が広範囲に及ぶことになりますので公開しないでください")
12
private String githubToken = "";
13
14
public String getGithubToken() {
0 commit comments