Correctness31 - SpotBugsExtensionForSpringFrameWork/CS5098 GitHub Wiki
Bug pattern name: In Spring AOP, you can’t advise final classes.
Description & Theory
"The only restriction, in Spring AOP at least, is that you can’t advise final classes because they cannot be overridden and therefore cannot be proxied."
Reference List
Pro Spring 5 (216 page)