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

`@ConfigIgnored` annotation #40

Closed ix0rai closed 7 months ago

ix0rai commented 7 months ago

marks a field as ignored by the config, allowing you to put other fields in your config classes

TheGlitch76 commented 7 months ago

The transient keyword should already do this.

FirstMegaGame4 commented 7 months ago

So this would be allowing us to add something like comments in our configs?

FirstMegaGame4 commented 7 months ago

My bad I'm dumb I didn't check the @Comment annotation before

ix0rai commented 7 months ago

The transient keyword should already do this.

I'll add that to the docs I'm writing

TheGlitch76 commented 7 months ago

Sorry to waste your time! It's not a very well known Java feature and the docs don't make it clear you can do that

ix0rai commented 7 months ago

girl I wasted my own time I should have asked you before writing this 😭