Closed ix0rai closed 10 months ago
this would go nicely with the already included @Comment annotation. this would come in the form of:
@Comment
@SerializedName("name_saved_to_file") public final TrackedValue<Boolean> nameUsedInCode = this.value(true);
it would allow following conventions for both the config format you're saving in, as well as conventions for java code.
this would go nicely with the already included
@Comment
annotation. this would come in the form of:it would allow following conventions for both the config format you're saving in, as well as conventions for java code.