Eclipse has a handy command
Source -> Generate Delegate Methods β¦
Unfortunately, this only works for the properties of the current class, and not for the visible properties of one of its parent class.
Do you know a workaround by which I can automatically create delegate methods for a property inherited from the parent class?
user321068
source
share