[cdi-dev] [JBoss JIRA] Created: (CDI-159) overly strict final check on proxyable methods

Mark Struberg (JIRA) jira-events at lists.jboss.org
Fri Sep 16 11:29:26 EDT 2011


overly strict final check on proxyable methods
----------------------------------------------

                 Key: CDI-159
                 URL: https://issues.jboss.org/browse/CDI-159
             Project: CDI Specification Issues
          Issue Type: Bug
          Components: Interceptors
    Affects Versions: 1.0
            Reporter: Mark Struberg
             Fix For: 1.1 (Proposed)


CDI-1.0 currently specifies:

5.4.1. Unproxyable bean types
Certain legal bean types cannot be proxied by the container:
...
•	classes which are declared final or have final methods,

But actually this is overly strict, since this criteria should only apply to non-static and non-private methods.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the cdi-dev mailing list