In Java, inside an abstract class can I get the instance of the concrete class that extends it?
Thread.currentThread().getStackTrace()[2].getClassName()