My class starts with
public abstract class LastActionHero(){
Now somewhere in the code I want to write H.class<
H.class<
You can't- the type is erased at run-time and exists only at compile-time.