1208_ProxyFactory ClassPool

ProxyFactory
    setSuperclass(realClass);
    setHandler(this);
    setFilter(this);
    create(constructor.getParameterTypes(), args, this);
    ***annotation not extend in proxy object
ClassPool
    need implement intercept

confirm
    asperwerkz immediacy use asm not cglib
    cglib-asm-1.0.jar extend annotation have intercept but not have enough construct method

你可能感兴趣的:(factory)