爪哇大师,
我很新,annotations
所以请多多包涵...
我想实现一个Custom Annotation
方法intercept
调用并打印该方法所花费的时间。可能吗?
@EnableElapsedTime
public MyAppObject findMyAppObjectById(Long id) throws MyCustomException {
//....
}
应该在日志中打印这样的内容:
findMyAppObjectById() took 2.345 sec.
我能得到一些提示吗?