Kotlin inner class as Spring Bean
问题 I used Kotlin with Spring boot and i met some errors about bean creation. error message was Index 0 out of bounds for length 0 in spring framework class i dont understand why caused exception about this java code(spring) for (int paramIndex = 0; paramIndex < paramTypes.length; paramIndex++) { Class<?> paramType = paramTypes[paramIndex]; String paramName = (paramNames != null ? paramNames[paramIndex] : ""); // Here! ... } is that possible? anyway, i want to know how create spring bean as