ndw’s avatarndw’s Twitter Archive—№ 10,766

  1. In Java, ((SomeObject) x).method(…) works but I want to avoid the static reference to SomeObject; how can I do this at runtime w/reflection?