use of com.navercorp.pinpoint.bootstrap.instrument.aspect.PointCut in project pinpoint by naver.
the class AspectInterceptorClass method testUtilMethod.
@PointCut
public int testUtilMethod() {
int result = __testInt();
utilMethod();
return result;
}
Aggregations