Parameter Info: Do not render nullability annotations

#KT-23408 Fixed
This commit is contained in:
Alexey Sedunov
2018-04-05 20:17:22 +03:00
parent e5b915661a
commit c1d8ba9c2b
6 changed files with 40 additions and 3 deletions
@@ -48,6 +48,8 @@ val NOT_NULL_ANNOTATIONS = listOf(
FqName("io.reactivex.annotations.NonNull")
)
val NULLABILITY_ANNOTATIONS = NULLABLE_ANNOTATIONS + JAVAX_NONNULL_ANNOTATION + NOT_NULL_ANNOTATIONS
val COMPATQUAL_NULLABLE_ANNOTATION = FqName("org.checkerframework.checker.nullness.compatqual.NullableDecl")
val COMPATQUAL_NONNULL_ANNOTATION = FqName("org.checkerframework.checker.nullness.compatqual.NonNullDecl")