Searched refs:methodAspect (Results 1 – 4 of 4) sorted by relevance
72 for (MethodAspect methodAspect : methodAspects) { in ProxyFactory()73 if (methodAspect.matches(declaringClass)) { in ProxyFactory()74 applicableAspects.add(methodAspect); in ProxyFactory()97 for (MethodAspect methodAspect : applicableAspects) { in ProxyFactory()99 if (methodAspect.matches(pair.method)) { in ProxyFactory()106 new Object[] {pair.method, methodAspect.interceptors()}); in ProxyFactory()109 pair.addAll(methodAspect.interceptors()); in ProxyFactory()
95 public void addMethodAspect(MethodAspect methodAspect) {187 void addMethodAspect(MethodAspect methodAspect); in addMethodAspect() argument
128 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument129 methodAspects.add(methodAspect); in addMethodAspect()
504 public void addMethodAspect(MethodAspect methodAspect) { in addMethodAspect() argument