public abstract class KotlinDetector extends Object
| 构造器和说明 |
|---|
KotlinDetector() |
| 限定符和类型 | 方法和说明 |
|---|---|
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).