zio-config
zio-config copied to clipboard
Feat/support all annotations in scala 3
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.