spring-framework/spring-core
Sebastien Deleuze 2c5a1af236 Leverage Java reflection for Kotlin enums
As discussed in KT-25165, from a Kotlin POV enum constructors
have no parameter, this is an "implementation detail"
required for running on the JVM, so it seems relevant to skip
Kotlin reflection in that case and just delegate to Java
reflection.

Issue: SPR-16931
2018-10-16 16:40:02 +02:00
..
src Leverage Java reflection for Kotlin enums 2018-10-16 16:40:02 +02:00
spring-core.gradle Upgrade to Objenesis 3.0 2018-10-12 13:17:01 +02:00