You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: