Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for header and comments #4

Merged
merged 9 commits into from Jan 10, 2022
Merged

Added support for header and comments #4

merged 9 commits into from Jan 10, 2022

Conversation

SecretX33
Copy link
Owner

@SecretX33 SecretX33 commented Jan 9, 2022

Features

  • Added official support for BungeeCord!
  • Added support for file headers through a new property on the Configuration annotation.
  • Added support for comments through the new @Comment annotation.
  • Added @NamedPath, a powerful annotation that combines @Name, @Path, @Comment in a single thing.

Changes

  • MemorySectionAdapter now uses recursion to serialize/deserialize MemorySection, which made it much more powerful because it now fully supports nested configuration section entries.
  • Improved javadocs.

Fixes

  • Fixed issue with Kotlin extension saveDefaults.

@SecretX33 SecretX33 merged commit a9dd567 into main Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant