Skip to main content
2 of 3
added 5 characters in body
ekj
  • 1.1k
  • 2
  • 12
  • 23

Something like the following would get you closer

class Clazz { public static <U extends Clazz> void doIt(U thing) { } } 
ekj
  • 1.1k
  • 2
  • 12
  • 23