public final class KotlinDetector extends Object
org.springframework.core.KotlinDetector. Thanks to
Juergen and Sebastien.| Modifier and Type | Method and Description |
|---|---|
static boolean |
isKotlinPresent()
Determine whether Kotlin is present in general.
|
static boolean |
isKotlinType(Class<?> clazz)
Determine whether the given
Class is a Kotlin type
(with Kotlin metadata present on it). |
public static boolean isKotlinPresent()
public static boolean isKotlinType(Class<?> clazz)
Class is a Kotlin type
(with Kotlin metadata present on it).Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.