在spring的aop中獲取自定義註解的參數值,即在切面中獲取annotation的參數值

annotationjava @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface Delete { String key() default ""; } 切面(aspect) @Aspect @Component public class Aspect { @After(valu
相關文章
相關標籤/搜索