On Mar 14, 10:19 pm, pmf <
p...@torq.de> wrote:
> I have a problem (or possible misunderstanding) related to the proxy-
> functionality.
>
> It seems that proxies for classes that contain final methods that are
> original to the class (i.e. that are not inherited from some base)
> work as expected, whereas proxies for classes that inherit a method
> from some base and implement it (using a final-modifier) cause the
> proxy creation to fail.
>
> Is this expected behaviour? I've looked at proxy.clj and there's
> already a check 'isFinal' in place.
>
> I know that the proxy-functionality is not primarily intended for
> class-inheritance but for interface-implementation, but I just thought
> I'd let you know about this.
>