scala.beans.BeanProperty annotation removed in Scala3?

Hi,
This annotation doesn’t seem to be in scala3-library. The scala2 docs are at Scala Standard Library 2.13.5 - scala.beans.BeanProperty

Does anyone know if there is a Scala3 equivalent? I’d be quite happy to see it go. I’m just trying to support Scala3 in jackson-module-scala and wondering what code/tests should be made Scala2 specific.

To answer my own question - BeanProperty still seems to be supported - scala.beans

For some reason, some of the jackson-module-scala test cases with BeanProperty annotations seem to fail with Scala 3 but they do compile. I will try to work out why the tests are failing.

I raised BeanProperty annotation does not seem to work as expected in Scala 3.0.0-RC2 · Issue #11972 · lampepfl/dotty · GitHub