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