Uses of Class
cc.carm.lib.configuration.core.annotation.HeaderComment
-
Packages that use HeaderComment Package Description cc.carm.lib.configuration.core -
-
Uses of HeaderComment in cc.carm.lib.configuration.core
Methods in cc.carm.lib.configuration.core with parameters of type HeaderComment Modifier and Type Method Description protected static @Nullable java.util.List<java.lang.String>
ConfigInitializer. getClassHeaderComments(@NotNull java.lang.Class<?> clazz, @Nullable HeaderComment fieldAnnotation)
protected void
ConfigInitializer. initializeValue(@NotNull ConfigValue<?> value, @NotNull java.lang.String path, @Nullable HeaderComment fieldHeaderComment, @Nullable InlineComment fieldInlineComment, boolean saveDefaults)
protected static java.util.List<java.lang.String>
ConfigInitializer. readHeaderComments(@Nullable HeaderComment annotation)
-