@Deprecated(since="6.2")
@Target(TYPE)
@Retention(RUNTIME)
public @interface Polymorphism
Deprecated.
This annotation is hardly ever useful.
When i check and want to use this annotation it’s deprecated for spring boot v.3.3.1.
Which option should i use?
I tried to use this annotation at the sub class
@Polymorphism(type = PolymorphismType.EXPLICIT)
but got an warning about deprecation.