Relative Content

Tag Archive for javaspringspring-bootspring-boot-3

@Polymorphism annotation in spring boot is deprecated

@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. java spring spring-boot […]