Searched refs:ExposedSub (Results 1 – 2 of 2) sorted by relevance
294 points = InjectionPoint.forInstanceMethodsAndFields(ExposedSub.class); in testSyntheticBridgeMethodsInSubclasses()362 public static class ExposedSub extends RestrictedSuper { class in InjectionPointTest
827 public class ExposedSub extends RestrictedSuper {}832 assertEquals("foo", Guice.createInjector(new ExposedSub()).getInstance(String.class));