跑这个demo的时候报错如下
D:\workspace_new\spring-framework-5.2.0.RELEASE\spring-framework-5.2.0.RELEASE\spring-beans\src\main\java\org\springframework\beans\support\PropertyComparator.java:138: 错误: 不兼容的类型: PropertyComparator<CAP#1>无法转换为Comparator<? super CAP#1>
source.sort(new PropertyComparator<>(sortDefinition));
^
其中, CAP#1是新类型变量:
CAP#1从?的捕获扩展Object
请问老师这个是什么原因呀