示例:
class Entity { // 警告:该类引用了其子类 void compare(SimpleEntity entity) { ... } } class SimpleEntity extends Entity { ... }