[강운덕] [LUCYSUS-1744] interceptor load 코드 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@533 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2012-08-24 09:40:46 +00:00
parent 01c0bc2e62
commit df7ee7c408
37 changed files with 396 additions and 164 deletions
@@ -6,4 +6,6 @@ public interface InstrumentClass {
void addInterceptor(String methodName, String[] args, Interceptor interceptor);
byte[] toBytecode();
Class toClass();
}