We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isKotlinUnit()
1 parent 14caf0f commit db6786cCopy full SHA for db6786c
spring-integration-core/src/main/java/org/springframework/integration/util/ClassUtils.java
@@ -268,7 +268,7 @@ public static boolean isKotlinFaction1(Class<?> aClass) {
268
* Check if class is {@code kotlin.Unit}.
269
* @param aClass the {@link Class} to check.
270
* @return true if class is a {@code kotlin.Unit} implementation.
271
- * @since 5.4
+ * @since 5.3.2
272
*/
273
public static boolean isKotlinUnit(Class<?> aClass) {
274
return KOTLIN_UNIT_CLASS != null && KOTLIN_UNIT_CLASS.isAssignableFrom(aClass);
0 commit comments