Added comments for ConfigurationKind enum constants.
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
package org.jetbrains.jet;
|
package org.jetbrains.jet;
|
||||||
|
|
||||||
public enum ConfigurationKind {
|
public enum ConfigurationKind {
|
||||||
JDK_ONLY,
|
JDK_ONLY, // Java runtime classes
|
||||||
JDK_AND_ANNOTATIONS,
|
JDK_AND_ANNOTATIONS, // Java runtime classes with Kotlin's external annotations
|
||||||
ALL,
|
ALL, // Java runtime classes with Kotlin's external annotations and Kotlin stdlib
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user