When is CGLIB proxy used by Spring AOP?

I was reading some articles about Spring AOP and encountered this: AOP proxy: the object created by AOP to implement the aspect contracts. In Spring, proxy objects can be JDK dynamic proxies o...