Is there any way to override a java constructor's ...
# announcements
c
Is there any way to override a java constructor's initialization? I know you can override methods with the object : Class() syntax.
Now that I think of it this isn't possible in Java. I was aiming to mock an existing class by extending it, but this won't work. I'll find another way.