In Java, one can declare a variable parameterised by an \"unknown\" generic type, which looks like this:
Foo> x;
Is there an equiva
While admittedly being not the clean approach, using Foo x may also be suitable.
Foo x