開(kāi)課吧(完結(jié))B端產(chǎn)品經(jīng)理實(shí)戰(zhàn)訓(xùn)練營(yíng)005期
2022-12-20 22:37 作者:三國(guó)盡歸許佳琪 | 我要投稿
? ? ? ? ? ? ? ?//獲取切點(diǎn)信息,如果candidateAdviceMethod不是切面方法,則返回null
? ? ? ? ? ? ? ?AspectJExpressionPointcut expressionPointcut = getPointcut(
? ? ? ? ? ? ? ? ? ? ? ?candidateAdviceMethod, aspectInstanceFactory.getAspectMetadata().getAspectClass());
? ? ? ? ? ? ? ?if (expressionPointcut == null) {
? ? ? ? ? ? ? ? ? ?return null;
? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ?return new InstantiationModelAwarePointcutAdvisorImpl(expressionPointcut, candidateAdviceMethod,
? ? ? ? ? ? ? ? ? ? ? ?this, aspectInstanceFactory, declarationOrderInAspect, aspectName);
? ? ? ?} ?
標(biāo)簽: