标签:nat class cep null except row get pes illegal
Signature sig = pjp.getSignature();
MethodSignature msig = null;
if (!(sig instanceof MethodSignature)) {
throw new IllegalArgumentException("该注解只能用于方法");
}
msig = (MethodSignature) sig;
Object target = pjp.getTarget();
Method currentMethod = target.getClass().getMethod(msig.getName(), msig.getParameterTypes());
标签:nat class cep null except row get pes illegal
原文地址:https://www.cnblogs.com/yuhuameng/p/11167355.html