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

Simplify attribute editing #41

Open
Pyrofab opened this issue Apr 28, 2020 · 0 comments
Open

Simplify attribute editing #41

Pyrofab opened this issue Apr 28, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Pyrofab
Copy link
Member

Pyrofab commented Apr 28, 2020

Currently, when using the config builder, client applications have to manually add every attribute and give it the right type.

We should offer third-party libraries an easy and type-safe way to setup their attributes. This is already possible for POJO configs thanks to annotation processors, and could easily be added to builders by adding a method that takes a list of attributes, which could itself be created by a third party builder.

@Pyrofab Pyrofab self-assigned this Apr 28, 2020
@Pyrofab Pyrofab added the enhancement New feature or request label Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant