Mark Struberg created OWB-1020:
----------------------------------
Summary: evaluate class interceptors and use them if there is no
special method interceptor
Key: OWB-1020
URL: https://issues.apache.org/jira/browse/OWB-1020
Project: OpenWebBeans
Issue Type: Improvement
Components: Core
Affects Versions: 1.5.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 1.5.0
we currently merge the interceptor binding annotations from the class and each
method and resolve the interceptors for each method on it's own.
We can improve the performance and reduce the mem footprint if we evaluated the
class-level interceptors for AROUND_INVOKE upfront and use them for all methods
which have no interceptor binding on it's own.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)