Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中有方便的命令
Source -> Generate Delegate Methods …
不幸的是,这只适用于当前类的属性,不适用于其父类之一的可见属性。
你知道我可以为从父类继承的属性自动创建委托方法的解决方法吗?
在父类中生成它们,然后使用剪切和粘贴将它们移动到正确的位置。