kotlin.annotation.Target / Retention have now more priority than same java classes if import java.lang.annotation.* is available

This commit is contained in:
Mikhail Glukhikh
2015-09-08 13:51:02 +03:00
parent 0257f46ebb
commit 1dee922861
7 changed files with 53 additions and 11 deletions
@@ -240,6 +240,11 @@ public class KotlinBuiltIns {
return builtinsPackageFragment.getMemberScope();
}
@NotNull
public JetScope getAnnotationPackageScope() {
return annotationPackageFragment.getMemberScope();
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// GET CLASS