org.jetbrains.kotlin.config
Class CompilerConfigurationKey<T>

java.lang.Object
  extended by org.jetbrains.kotlin.config.CompilerConfigurationKey<T>

public class CompilerConfigurationKey<T>
extends java.lang.Object


Method Summary
static
<T> CompilerConfigurationKey<T>
create(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static <T> CompilerConfigurationKey<T> create(@NotNull@NonNls
                                                     java.lang.String name)