Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
JCache does something simliar to:
public @interface CachedResult {...}
@CachedResult
public class CachedResultInterceptor {...}
and a Extension which does:
beforeBeanDiscoveryEvent.addInterceptorBinding(CachedResult .class);
This currently doesn't work because we check for @InterceptorBinding on the annotation