Is it possible to call a super static method from child static method?
I mean, in a generic way, so far now I have the following:
public class BaseCo
For static methods there is no instance of a class needed, so there is no super.