1 2 3 4 5 6 7 8 9
public class SomeSubClass2 extends SomeBaseClass2<Integer> { // this method matches correctly public void tag_someMethod() { System.out.println("some sub method2"); } }