Searched refs:RestrictedSuper (Results 1 – 2 of 2) sorted by relevance
289 points = InjectionPoint.forInstanceMethodsAndFields(RestrictedSuper.class); in testSyntheticBridgeMethodsInSubclasses()292 assertPoints(points, RestrictedSuper.class, "jInject", "gInject"); in testSyntheticBridgeMethodsInSubclasses()297 assertPoints(points, RestrictedSuper.class, "jInject", "gInject"); in testSyntheticBridgeMethodsInSubclasses()357 static class RestrictedSuper { class in InjectionPointTest362 public static class ExposedSub extends RestrictedSuper {
822 class RestrictedSuper extends AbstractModule {827 public class ExposedSub extends RestrictedSuper {}