Check in Spring AOP if method is called by another annotated method

后端 未结 0 591
刺人心
刺人心 2021-01-28 03:00

I use in my Spring boot project aspect that is fired on every public method in annotated class:

@Aspect
@Component
public class DeletedAwareAspect {
 
    @Before         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题