java.lang.NoSuchMethodError: org.springframework.core.annotation.AnnotationUtils.isInJavaLangAnnotationPackage(Ljava/lang/annotation/Annotation;)Z
at org.springframework.test.context.MetaAnnotationUtils.findAnnotationDescriptor
[Semantical Error] The class "Annotation" is not annotated with @Annotation.Are you sure this class can be used as annotation?If so, then you need to add @Annotation to the _class_ doc comment of "Annotation".If it is indeed no ann
问题是@androidx.annotation自动创建。因此,建议方法有两个注释@androidx.annotation.Nullable和android.support.annotation.Nullable。我不想手动删除这个不必要的建议,那么我能做什么只有android.support.annotation
i