Problem: I want to override a single method in a parent class. However, the
parent class has several constructors, all of which I would like to preserve.
Solution: Use @ParentConstructors to generate all of the public constructors
from the parent class.
This would be especially useful when creating classes that extend Exception.
Original issue reported on code.google.com by nal...@gmail.com on 2 Apr 2013 at 5:26
Original issue reported on code.google.com by
nal...@gmail.com
on 2 Apr 2013 at 5:26