Package com.google.inject.internal
Class KotlinSupport
- java.lang.Object
-
- com.google.inject.internal.KotlinSupport
-
public final class KotlinSupport extends java.lang.ObjectClass to conditionally load support for Kotlin features. These features are enabled based on whethercom.google.inject.kotlin.KotlinSupportImplis in the class path.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classKotlinSupport.KotlinSupportHolderprivate static classKotlinSupport.KotlinUnsupported
-
Constructor Summary
Constructors Modifier Constructor Description privateKotlinSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KotlinSupportInterfacegetInstance()private static KotlinSupportInterfaceloadKotlinSupport()
-
-
-
Method Detail
-
getInstance
public static KotlinSupportInterface getInstance()
-
loadKotlinSupport
private static KotlinSupportInterface loadKotlinSupport()
-
-