I have an init method that is used and overridden through out an extensive heirarchy. Each init call however extends on the work that the previous did. So naturally, I would
I frequently like to use this solution. It wont throw a runtime error, but it will show a syntax error:
@CallSuper public void init() { // do stuff }
This is a part of Android support annotations.