Home
last modified time | relevance | path

Searched refs:methodAspects (Results 1 – 3 of 3) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DConstructorInjectorStore.java79 ImmutableList<MethodAspect> methodAspects = membersInjector.getAddedAspects().isEmpty() in createConstructor() local
82 ConstructionProxyFactory<T> factory = new ProxyFactory<T>(injectionPoint, methodAspects); in createConstructor()
DInheritingState.java56 private final List<MethodAspect> methodAspects = Lists.newArrayList(); field in InheritingState
123 methodAspects.add(methodAspect); in addMethodAspect()
129 .addAll(methodAspects) in getMethodAspects()
DProxyFactory.java67 ProxyFactory(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects) { in ProxyFactory() argument
76 for (MethodAspect methodAspect : methodAspects) { in ProxyFactory()