Searched defs:GenericChild (Results 1 – 2 of 2) sorted by relevance
21 class GenericChild<T> extends GenericParent<T, B> { class26 @Inject GenericChild() {} in GenericChild() method in GenericChild
285 private static class GenericChild<T> extends Parent<T> {} class in MoreTypesTest