Joris Kluivers explains how to instruct the LLVM compiler to generate warnings when a call to super is not present.
The trick, as Joris explains is to:
Add the attribute annotation to the method declaration in your interfaces.
Joris Kluivers explains how to instruct the LLVM compiler to generate warnings when a call to super is not present.
The trick, as Joris explains is to:
Add the attribute annotation to the method declaration in your interfaces.