Searched refs:methodAspects (Results 1 – 3 of 3) sorted by relevance
79 ImmutableList<MethodAspect> methodAspects = membersInjector.getAddedAspects().isEmpty() in createConstructor() local82 ConstructionProxyFactory<T> factory = new ProxyFactory<T>(injectionPoint, methodAspects); in createConstructor()
56 private final List<MethodAspect> methodAspects = Lists.newArrayList(); field in InheritingState123 methodAspects.add(methodAspect); in addMethodAspect()129 .addAll(methodAspects) in getMethodAspects()
67 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) { in ProxyFactory() argument76 for (MethodAspect methodAspect : methodAspects) { in ProxyFactory()