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

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -