gpt4 book ai didi

java - 为什么允许 `T extends String`但给出警告?

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:43:50 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
@SuppressWarnings for “extends String”

为什么 T extends String 被允许但给出警告?

The type parameter T should not be bounded by the final type String. Final types cannot be further extended

public class Car<T extends String> 

我知道什么是 final 我知道它是有效的,因为 T 的唯一可能值可以是 String 我想知道警告。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com