In Eclipse there is the handy command
Source -> Generate Delegate Methods …
Unfortunately this works only for properties of the current class, not for visible properties of one of its parent class.
Do you know a workaround with which I can create delegate methods automatically for a property inherited from a parent class?