aop - Spring Data repository proxy Pointcut on Annotation -


i know cannot execute pointcut based on annotation made on interface, there anyway spring data repository proxies?

i have custom annotations caching , make use of aop intercept methods , cache values, similar how ehcache works.

is there way use these annotations spring data repository?


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -