1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 18:48:20 +08:00

docs: Add more javadocs

This commit is contained in:
2025-02-18 17:33:28 +08:00
parent 00170e6d77
commit bf716b06ae
6 changed files with 401 additions and 12 deletions
@@ -9,7 +9,12 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
public @interface InlineComments {
/**
* Multiple inline comments support.
*
* @return inline comment contents.
* @see InlineComment
*/
InlineComment[] value();
}