QuiltMC / quilt-config

Quilt Config (aka "haven king's metadata of madness") is a library designed to facilitate the creation and management of config files.
Apache License 2.0
21 stars 8 forks source link

`@SerializedName` annotation #13

Closed ix0rai closed 10 months ago

ix0rai commented 11 months ago

this would go nicely with the already included @Comment annotation. this would come in the form of:

@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.