I use in my Spring boot project aspect that is fired on every public method in annotated class:
@Aspect @Component public class DeletedAwareAspect { @Before