簡體   English   中英

我們可以為未使用 spring 注釋的 class 進行 AOP 日志記錄嗎

[英]can we do AOP logging for class which is not annotated with spring annotation

我想為這個 class 做 AspectJ 日志記錄,有人可以建議我怎么做,或者它甚至可能嗎?

public class Class{
  public void method(){
    // code
  }
}

不,Spring AOP 只會處理 Spring 管理的 Bean。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM