kotlin.annotation package with annotations "target" and "annotation" and enums AnnotationTarget and AnnotationRetention introduced.
Targets for existing built-in annotations. Access to annotation package from packageFragmentProvider. Documentation for all classes in the package.
This commit is contained in:
@@ -43,6 +43,7 @@ public final class TopDownAnalyzerFacadeForJS {
|
||||
public static final List<ImportPath> DEFAULT_IMPORTS = ImmutableList.of(
|
||||
new ImportPath("java.lang.*"),
|
||||
new ImportPath("kotlin.*"),
|
||||
new ImportPath("kotlin.annotation.*"),
|
||||
new ImportPath("kotlin.js.*")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user