FIR: move JavaAnnotationMapper.javaToKotlinNameMap to common
so that FIR IDE logic can reference it
This commit is contained in:
committed by
Ilya Kirillov
parent
4a3a621196
commit
8ba2e4d221
-8
@@ -80,14 +80,6 @@ object JavaAnnotationMapper {
|
||||
StandardNames.FqNames.retention to RETENTION_ANNOTATION,
|
||||
StandardNames.FqNames.mustBeDocumented to DOCUMENTED_ANNOTATION
|
||||
)
|
||||
|
||||
val javaToKotlinNameMap: Map<FqName, FqName> =
|
||||
mapOf(
|
||||
TARGET_ANNOTATION to StandardNames.FqNames.target,
|
||||
RETENTION_ANNOTATION to StandardNames.FqNames.retention,
|
||||
DEPRECATED_ANNOTATION to StandardNames.FqNames.deprecated,
|
||||
DOCUMENTED_ANNOTATION to StandardNames.FqNames.mustBeDocumented
|
||||
)
|
||||
}
|
||||
|
||||
open class JavaAnnotationDescriptor(
|
||||
|
||||
Reference in New Issue
Block a user