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.KotlinSupportImpl
is in the class path.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KotlinSupportInterface
getInstance()
-
-
-
Method Detail
-
getInstance
public static KotlinSupportInterface getInstance()
-
-