Home
last modified time | relevance | path

Searched defs:justJoinPoint (Results 1 – 1 of 1) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/aop/aspectj/
H A DAroundAdviceBindingTests.java126 public int justJoinPoint(ProceedingJoinPoint pjp) throws Throwable { in justJoinPoint() method in AroundAdviceBindingTestAspect
143 void justJoinPoint(String s); in justJoinPoint() method