zio / zio-config

Easily use and document any config from anywhere in ZIO apps
https://zio.dev/zio-config
Apache License 2.0
233 stars 113 forks source link

Feat/support all annotations in scala 3 #1471

Open ThijsBroersen opened 4 weeks ago

ThijsBroersen commented 4 weeks ago

This PR add support for annotations in Scala 3 on all platforms. The added tests are used for testing all platforms and scala versions to ensure unambiguous behaviour. This PR introduces the suffix annotation as a replacement for postfix (to deprecate). Semantics of postfix to not properly reflect the feature.