OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:methodAspect
(Results
1 - 3
of
3
) sorted by null
/external/guice/core/src/com/google/inject/internal/
ProxyFactory.java
67
ProxyFactory(InjectionPoint injectionPoint, Iterable<
MethodAspect
> methodAspects) {
75
List<
MethodAspect
> applicableAspects = Lists.newArrayList();
76
for (
MethodAspect
methodAspect
: methodAspects) {
77
if (
methodAspect
.matches(declaringClass)) {
78
applicableAspects.add(
methodAspect
);
101
for (
MethodAspect
methodAspect
: applicableAspects) {
103
if (
methodAspect
.matches(pair.method)) {
109
new Object[] { pair.method,
methodAspect
.interceptors() })
[
all
...]
/external/testng/lib-supplied/
guice-2.0.jar
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar
Completed in 160 milliseconds