深色模式
提示
public record Point(int x, int y) {}
这会有几个行为
final
int
x
y
toString()
equals()
hashCode()
x()
y()
Serializable