lishunli / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 0 forks source link

Add @ConstructorsFromSuperClass #455

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Especially when defining custom exceptions, we usually just let Eclipse 
generate all constructors. To avoid this boilerplate code, it would be great to 
have a @ConstructorsFromSuperClass on the class, which just adds all 
constructors from the superclass (unless already implemented). It should also 
support specifying an AccessLevel, like the XArgsConstructor.

Original issue reported on code.google.com by bannm...@gmail.com on 27 Feb 2013 at 8:59

GoogleCodeExporter commented 9 years ago
Sure, that'd be nice. It also requires resolution so this is not on the short 
or medium term radar, unfortunately.

Original comment by reini...@gmail.com on 12 Mar 2013 at 12:36

GoogleCodeExporter commented 9 years ago
See also issue 302, which I just discovered. This issue here might even be a 
duplicate of that one.

Original comment by bannm...@gmail.com on 18 Mar 2013 at 3:18

GoogleCodeExporter commented 9 years ago
It's not quite the same, but, close enough, really.

Original comment by reini...@gmail.com on 18 Mar 2013 at 8:24