C#的属性从何而来?
我发现 C# 的属性、Python 的属性也是一个非常好的主意,我猜它们的直接祖先可能来自 Java 的注释,但我很好奇这个概念最初来自哪里,有人有任何线索吗?
I find C#'s Attributes, Python's Properties too a really nice idea, and I guess their direct ancestor might have come from Java's Annotations, but I'm curious as to where this concept originally came from, anyone has any clues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
元数据是一个古老的概念。 查看这个问题,它与你的问题相同。
It's an old concept, metadata. Check out this question, it's the same of yours.