Don't fail on unsupported default values of java annotations

This commit is contained in:
Dmitriy Novozhilov
2021-03-04 15:09:12 +03:00
parent 745aa620d0
commit 1f6ce874a1
2 changed files with 6 additions and 2 deletions
@@ -43,3 +43,5 @@ interface JavaClassObjectAnnotationArgument : JavaAnnotationArgument {
interface JavaAnnotationAsAnnotationArgument : JavaAnnotationArgument {
fun getAnnotation(): JavaAnnotation
}
interface JavaUnknownAnnotationArgument : JavaAnnotationArgument