In a class without generic types I want to declare a rather complex generic field similar to these:
public class Client { private Map
As a note it is possible to declare a class type as a field (since google sends me here for this unrelated question...)
Class extends MyInterface> myCurrentClass = MyImplementation.class;