public abstract class KotlinDetector extends Object
| Constructor and Description | 
|---|
| KotlinDetector() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | isKotlinPresent()Determine whether Kotlin is present in general. | 
| static boolean | isKotlinReflectPresent()Determine whether Kotlin reflection is present. | 
| static boolean | isKotlinType(Class<?> clazz)Determine whether the given  Classis a Kotlin type
 (with Kotlin metadata present on it). | 
public static boolean isKotlinPresent()
public static boolean isKotlinReflectPresent()
public static boolean isKotlinType(Class<?> clazz)
Class is a Kotlin type
 (with Kotlin metadata present on it).