mirror of
https://github.com/CarmJos/EasyConfiguration.git
synced 2026-06-04 10:38:19 +08:00
docs: Add more javadocs
This commit is contained in:
+6
-1
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user