[LL] don't include kotlin classes in combined java provider
do not resolve annotations when short name doesn't match
This commit is contained in:
@@ -54,6 +54,10 @@ interface JavaAnnotation : JavaElement {
|
||||
val isFreshlySupportedTypeUseAnnotation: Boolean
|
||||
get() = false
|
||||
|
||||
fun isResolvedTo(fqName: FqName) : Boolean {
|
||||
return classId?.asSingleFqName() == fqName
|
||||
}
|
||||
|
||||
fun resolve(): JavaClass?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user