I want to see how Lock annotation is implemented in spring-data-jpa. I believe they use aop-alliance and intercept the annotationed methods and add some logic but I have no idea where to look for the implementation?
// https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
implementation group: 'org.springframework.data', name: 'spring-data-jpa', version: '2.7.1'
